From 2d5d0fd66f8d921a50055260529dbb38abfdb0d1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 27 Aug 2018 23:54:31 +0200 Subject: Makefile: Make `build` target phony --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94de899..cb5a187 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,6 @@ SOURCE_FILES = $(shell find DomeKey lib \ -or -name '*.c') +.PHONY: build build: $(SOURCE_FILES) xcodebuild -scheme DomeKey -configuration Debug -- cgit v1.2.3