projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f754e96
)
dummy makefile to ease compilation under emacs a bit
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 13 Jun 2004 21:57:08 +0000
(21:57 +0000)
committer
Ingo 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]
patch
|
blob
diff --git a/src/screen/Makefile
b/src/screen/Makefile
new file mode 100644
(file)
index 0000000..
70baca4
--- /dev/null
+++ b/
src/screen/Makefile
@@ -0,0
+1,4
@@
+all:
+ cd .. && $(MAKE)
+
+# EOF #