Don't leak score board internals out to other code
[neverball] / ball / Makefile
index a9ef6be..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) clean)
+% :
+       $(MAKE) -C .. $@