From: Ingo Ruhnke Date: Sun, 13 Jun 2004 21:57:08 +0000 (+0000) Subject: dummy makefile to ease compilation under emacs a bit X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8b6ebddf3cff9cb341f7d3bbdfd74b9060599e49;p=supertux.git dummy makefile to ease compilation under emacs a bit SVN-Revision: 1481 --- diff --git a/src/screen/Makefile b/src/screen/Makefile new file mode 100644 index 000000000..70baca4f1 --- /dev/null +++ b/src/screen/Makefile @@ -0,0 +1,4 @@ +all: + cd .. && $(MAKE) + +# EOF #