dummy makefile to ease compilation under emacs a bit
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 13 Jun 2004 21:57:08 +0000 (21:57 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 13 Jun 2004 21:57:08 +0000 (21:57 +0000)
SVN-Revision: 1481

src/screen/Makefile [new file with mode: 0644]

diff --git a/src/screen/Makefile b/src/screen/Makefile
new file mode 100644 (file)
index 0000000..70baca4
--- /dev/null
@@ -0,0 +1,4 @@
+all:
+       cd .. && $(MAKE)
+
+# EOF #