From e0d6c54437b55cde0b5c7d0b6d38de40b0b1aed9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 20 Nov 2012 08:21:40 +0000 Subject: Declare PHONY targets --- (limited to 'Makefile') 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: -- cgit v0.9.1