wmacpi: Merge clean and clean-all targets in Makefile.
"make clean" should do the expected thing.
This commit is contained in:
parent
d2808842d3
commit
7232482853
|
@ -57,9 +57,9 @@ endif
|
|||
|
||||
clean:
|
||||
rm -f TAGS *.o *~ trace *.out *.bb *.bbg
|
||||
rm -f *.d $(targets)
|
||||
|
||||
clean-all: clean
|
||||
rm -f *.d $(targets)
|
||||
|
||||
install: $(targets)
|
||||
install -d $(PREFIX)/bin/
|
||||
|
|
Loading…
Reference in a new issue