summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-13 14:29:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-04-13 14:29:48 +1200
commit2b22b9bece9c286952123b648a51ebf0b29115be (patch)
tree6ec92303281f32b18fba1e476d3c3079bf0a09dc /Makefile
parentTinkering with function pointers (diff)
downloadfuncptr-2b22b9bece9c286952123b648a51ebf0b29115be.tar.gz
funcptr-2b22b9bece9c286952123b648a51ebf0b29115be.zip
Making vectors of vectors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74fe256..87db275 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC = clang
CFLAGS = -std=c90 -Weverything
-all : funcptr
+all : funcptr funcptrptr
clean :
- rm -f funcptr
+ rm -f funcptr funcptrptr