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