fix clean target

This commit is contained in:
Brendan O'Dea 2004-11-18 13:09:47 +00:00
parent a5da286a96
commit 028072c965

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 && \