summaryrefslogtreecommitdiff
path: root/test_tuple/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-07-06 21:08:19 +0200
committerCamil Staps2015-07-06 21:08:19 +0200
commite9a5416cecf3d48925a0a17ce9b2a1f9569bbecb (patch)
tree31e1907b35e5fe02cb4b2c044b4ecae7bdb93214 /test_tuple/Makefile
parentRemove binary (diff)
Test tuple
Diffstat (limited to 'test_tuple/Makefile')
-rw-r--r--test_tuple/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test_tuple/Makefile b/test_tuple/Makefile
new file mode 100644
index 0000000..ef630b9
--- /dev/null
+++ b/test_tuple/Makefile
@@ -0,0 +1,6 @@
+all:
+ cc -O -c test_tuple.c
+ clm -l test_tuple.o test -o test
+
+run:
+ ./test