a9ef6be0e6203bb1ebb7a3f93fc716fe403f0682
[neverball] / putt / Makefile
1 # This makefile only exists so that I can run emacs M-x compile from within
2 # the source directory.  See the Makefile in the parent directory
3
4 all :
5         (cd ..; $(MAKE))
6
7 clean :
8         (cd ..; $(MAKE) clean)
9
10 test :
11         (cd ..; $(MAKE) clean)