summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorckgt <ckarlsson25@gmail.com>2018-03-17 19:04:59 -0400
committerckgt <ckarlsson25@gmail.com>2018-03-17 19:04:59 -0400
commit9fcbc1cc0de320e8454a8a1678605ed5db6a576d (patch)
tree37a87b4c48222c7ef8ab7f9b6b0ae95793c9acfe /makefile
parent3f186dbbaf220a34eccd3b8854357e54a03d112f (diff)
Added .PHONY to makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 62fe13b..65e6cd7 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,6 @@
# Simple makefile for the demos in the top level directory.
+.PHONY: advanced demo
all: simple advanced
@echo "Done!"