aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-25 01:29:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-25 01:29:47 +1300
commitcd9db62973bd9385d58aad66338ddceab1226e46 (patch)
treefe4cb1c5bfef504ccf13624cfb9e1d955816e683 /tests/Makefile
parentFirst commit (diff)
downloaddoomsh-cd9db62973bd9385d58aad66338ddceab1226e46.tar.gz
doomsh-cd9db62973bd9385d58aad66338ddceab1226e46.zip
Add some test C files
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000..8dff5a0
--- /dev/null
+++ b/tests/Makefile
@@ -0,0 +1,6 @@
+.PHONY: all clean
+
+CC = clang
+
+all : mem stack
+