Merged branch 'no-SDL_mixer'.
[neverball] / ball / 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)