diff options
author | portix <portix@gmx.net> | 2011-09-27 17:06:33 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-27 17:06:33 +0200 |
commit | 4d3ad8e5e0dd3716bb925bb7abb1cb0370109218 (patch) | |
tree | 63fa2ecc3f1f038902b68d507ba402fb72f165f8 /src/Makefile | |
parent | e622f1b8546170bb58ad0e7ceaa88a3e0e844073 (diff) | |
download | dwb-4d3ad8e5e0dd3716bb925bb7abb1cb0370109218.zip |
Adding makeflags
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile index cfec6cd3..6e603581 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,11 +29,6 @@ cgdb: debug cgdb $(DTARGET) clean: - @echo Cleaning - @$(RM) *.o - @$(RM) *.do - @$(RM) $(TARGET) - @$(RM) $(DTARGET) - @$(RM) *.d + $(RM) *.o *.do $(TARGET) $(DTARGET) *.d .PHONY: clean all |