fix clean target

This commit is contained in:
bodea 2004-11-18 13:09:47 +00:00
parent 2da88f5f90
commit bfeb31c15e

View file

@ -48,7 +48,7 @@ plugins: $(PLUGINS)
tests: $(TESTS) tests: $(TESTS)
clean: clean:
rm -f *.o test/*.o $(TARGETS) Makefile.tmp Makefile.bak rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS) $(TESTS) Makefile.tmp Makefile.bak
depend: depend:
(sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \ (sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \