spacetime.map: Tiny texture fix
[neverball] / ball / Makefile
index 20957f3..460617d 100644 (file)
@@ -1,11 +1,5 @@
 # This makefile only exists so that I can run emacs M-x compile from within
 # the source directory.  See the Makefile in the parent directory
 
-all :
-       (cd ..; $(MAKE))
-
-clean :
-       (cd ..; $(MAKE) clean)
-
-test :
-       (cd ..; $(MAKE) test)
+% :
+       $(MAKE) -C .. $@