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)
|
||||
|
||||
clean:
|
||||
rm -f *.o test/*.o $(TARGETS) Makefile.tmp Makefile.bak
|
||||
rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS) $(TESTS) Makefile.tmp Makefile.bak
|
||||
|
||||
depend:
|
||||
(sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue