Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-20 08:21:40 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-20 08:21:40 (GMT)
commite0d6c54437b55cde0b5c7d0b6d38de40b0b1aed9 (patch)
treeba2406f7f2c2b32f3e2f37231d60e930afcfb25b /Makefile
parenta3de3e6ad1aae1f7bb2c718eebd1d635e6717916 (diff)
Declare PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e7befb..c795d92 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ COMMANDS = $(CURDIR)/commands
include Makefile.helpers
+.PHONY: all auto-install check-system build run test shell bug-report clean \
+ upload-docs
+
all: build
auto-install: