diff options
author | Camil Staps | 2015-07-06 21:08:19 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-06 21:08:19 +0200 |
commit | e9a5416cecf3d48925a0a17ce9b2a1f9569bbecb (patch) | |
tree | 31e1907b35e5fe02cb4b2c044b4ecae7bdb93214 /test_tuple/Makefile | |
parent | Remove binary (diff) |
Test tuple
Diffstat (limited to 'test_tuple/Makefile')
-rw-r--r-- | test_tuple/Makefile | 6 |
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 |