summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorckgt <ckarlsson25@gmail.com>2018-03-17 19:08:42 -0400
committerckgt <ckarlsson25@gmail.com>2018-03-17 19:08:42 -0400
commitc11e3b61b921e19aed66440a7336b068d3c6270c (patch)
treed6be06363bf1ff308c48f048a9def1ce9cac3091 /makefile
parent9fcbc1cc0de320e8454a8a1678605ed5db6a576d (diff)
makefile .PHONY
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 65e6cd7..91d5cf7 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
# Simple makefile for the demos in the top level directory.
-.PHONY: advanced demo
+.PHONY: advanced simple
all: simple advanced
@echo "Done!"