fix clean target
This commit is contained in:
parent
a5da286a96
commit
028072c965
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue