aboutsummaryrefslogtreecommitdiff
path: root/tools/combiner/Makefile
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-17 23:03:18 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-17 23:03:18 -0500
commitbf650e3cee3e6154a6fa028f0c1f927a8d0af797 (patch)
tree2e58bc056072b5d0f09b047cca4ef7ad582b6f41 /tools/combiner/Makefile
parentebb2d6b456dfddbf7edb6358d4b4c71bfdd85a55 (diff)
downloadlibsurvive-bf650e3cee3e6154a6fa028f0c1f927a8d0af797.tar.gz
libsurvive-bf650e3cee3e6154a6fa028f0c1f927a8d0af797.tar.bz2
Add combiner
Diffstat (limited to 'tools/combiner/Makefile')
-rw-r--r--tools/combiner/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/combiner/Makefile b/tools/combiner/Makefile
new file mode 100644
index 0000000..fe2457f
--- /dev/null
+++ b/tools/combiner/Makefile
@@ -0,0 +1,7 @@
+all : combiner
+
+combiner : combiner.c
+ gcc -o $@ $^
+
+clean :
+ rm -rf combiner