]> git.alrj.org Git - bold.git/blobdiff - examples/flow2/Makefile
Update documentation, add example and install script.
[bold.git] / examples / flow2 / Makefile
diff --git a/examples/flow2/Makefile b/examples/flow2/Makefile
new file mode 100644 (file)
index 0000000..669383d
--- /dev/null
@@ -0,0 +1,11 @@
+#! /usr/bin/make
+
+
+all: flow2
+
+flow2.o: flow2.c
+       gcc -c -Os `sdl-config --cflags` -o $@ $<
+
+flow2: flow2.o
+       bold -c -a `sdl-config --libs` -lGL -o $@ $<
+