summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-05-24 12:20:57 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-05-24 12:20:57 +0000
commit497372c2574b3458f6344892887dc0857f40d7ce (patch)
tree67ccaefa47e1fd9a64f57888a05333c0ce718339 /Makefile
parentc24b4268819bf3faa6d786fc140219d62e6e2430 (diff)
downloadnetsurf-497372c2574b3458f6344892887dc0857f40d7ce.tar.gz
netsurf-497372c2574b3458f6344892887dc0857f40d7ce.tar.bz2
Add .PHONY line. Suggestion from Philip Boulain prb@ecs.soton.ac.uk
svn path=/trunk/netsurf/; revision=4197
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3dbd983f9..c245c1e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -282,6 +282,7 @@ $(eval $(foreach SOURCE,$(filter %.c,$(SOURCES)), \
$(eval $(foreach SOURCE,$(filter %.s,$(SOURCES)), \
$(call compile_target_s,$(SOURCE),$(subst /,_,$(SOURCE:.s=.o)),$(subst /,_,$(SOURCE:.s=.d)))))
+.PHONY: all clean docs
clean: $(CLEANS)