summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-26 13:31:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-26 13:31:36 +1300
commitf6122a4145a7707029296a30546684e03057c362 (patch)
tree2c2babacc4f1c5a00a254eb781b5ef91f1a7b9b1
parentMaking vectors of vectors (diff)
downloadfuncptr-f6122a4145a7707029296a30546684e03057c362.tar.gz
funcptr-f6122a4145a7707029296a30546684e03057c362.zip
Add .POSIX magic target to Makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87db275..bb66c72 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+.POSIX:
.PHONY: all clean
CC = clang