forked from mirrors/tftp-hpa-google
More merging mania...
This commit is contained in:
parent
7a15e40374
commit
c92bf0f3d4
9 changed files with 304 additions and 77 deletions
3
Makefile
3
Makefile
|
@ -22,4 +22,5 @@ install: $(patsubst %, %.install, $(SUB))
|
|||
clean: $(patsubst %, %.clean, $(SUB))
|
||||
|
||||
spotless: $(patsubst %, %.spotless, $(SUB))
|
||||
rm -f MCONFIG config.* *~
|
||||
rm -f MCONFIG config.cache config.log config.h *~ \#*
|
||||
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue