diff Makefile @ 18:db40f957950f

Replaced the shell scripts with a Makefile
author darius
date Thu, 23 Apr 1998 22:58:04 +0000
parents
children 84565bb86869
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Thu Apr 23 22:58:04 1998 +0000
@@ -0,0 +1,11 @@
+CC = gcc
+CLFAGS = -g
+LFLAGS =
+
+all : mikmod
+
+mikmod : 
+	( cd mmio ; gmake )
+	( cd playercode ; gmake )
+	( cd frontend ; gmake )
+