aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-01-21 16:58:00 +1300
committerDavid Phillips <david@sighup.nz>2017-01-21 16:58:00 +1300
commitdcba68a5a967967d87a04be9165715fd49ffae3e (patch)
tree5d1c402c86993c264db408cfeb85148d7db2d151 /Makefile
parentb8e6d656500d544da6a8fe81c329410124b6bc7d (diff)
downloadfractal-gen-opencl-dcba68a5a967967d87a04be9165715fd49ffae3e.tar.xz
Add build scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..15e8ca2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+include config.mk
+
+
+fractal-gen: fractal-gen.o trampoline.o slurp.o
+
+
+.PHONY: clean
+clean:
+ rm -f {trampoline,slurp,fractal-gen}.o