remove typo

This commit is contained in:
Laurent Vivier
2007-09-07 09:04:40 +00:00
parent 98d6d9cbbe
commit 47e1a0bc43

View File

@@ -25,7 +25,7 @@ dist:
ifdef TARGET
clean:
(cd $(TARGET) && rm -f $(OBJS) $(PROGRAMS) $(LIBRARY)) || true
(cd $(TARGET) && rm -f $(OBJS) $(PROGRAMS) $(LIBRARY)) || true
else
clean:
rm -f $(OBJS) $(PROGRAMS) $(LIBRARY) $(CLEAN) $(LIBRARIES) $(MANPAGES) $(MANPAGES:.8.gz=.8)