]> Dogcows Code - chaz/yoink/blobdiff - Makefile.am
main loop code fixed to decouple updates and draws
[chaz/yoink] / Makefile.am
index d5f603756998443f0fac80d1ac2d646b6d8bb355..95437f2ee2027a5ac276ec2045336f6adf28762e 100644 (file)
@@ -1 +1,13 @@
-SUBDIRS = yajl src
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = yajl src data doc
+
+EXTRA_DIST = yajl
+
+run: all
+       $(MAKE) -C src run
+
+debug: all
+       $(MAKE) -C src debug
+
This page took 0.016546 seconds and 4 git commands to generate.