From 521d113a50c6335d4ad3b63d6ec29a619999b2ad Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 24 Apr 2013 14:50:01 +0200 Subject: Makefile: "all" is a phony target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca5048b..4dbdea1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINDIR ?= $(HOME) all: ltunify read-dev-usbmon -.PHONY: clean install-home +.PHONY: all clean install-home clean: rm -f ltunify read-dev-usbmon hidraw -- cgit v1.2.1