diff options
| author | tomsmeding <hallo@tomsmeding.nl> | 2015-06-23 20:27:57 +0200 | 
|---|---|---|
| committer | tomsmeding <hallo@tomsmeding.nl> | 2015-06-23 20:27:57 +0200 | 
| commit | d0554a4fbbd238203835664eb60a556e95329d7b (patch) | |
| tree | a3f2528e3f2ed1be9c4e89c4dadb0da067dfc7dd /Makefile | |
| parent | e10b409ef3ca36d6fa0006b29b6ddd922db9bd21 (diff) | |
More automatic clean
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -6,9 +6,12 @@ endif  OUTPUTS = timerserver timerwp timerwaypoint timerstatus timerstop -.PHONY: all install +.PHONY: all clean install -all: $(OUTPUTS) +all: clean $(OUTPUTS) + +clean: +	rm -f $(OUTPUTS)  install: all  	@echo Installing to $(INSTALL_TARGET_DIR)...  | 
