comparison Makefile @ 18:db40f957950f

Replaced the shell scripts with a Makefile
author darius
date Thu, 23 Apr 1998 22:58:04 +0000
parents
children 84565bb86869
comparison
equal deleted inserted replaced
17:80fa6dd10e14 18:db40f957950f
1 CC = gcc
2 CLFAGS = -g
3 LFLAGS =
4
5 all : mikmod
6
7 mikmod :
8 ( cd mmio ; gmake )
9 ( cd playercode ; gmake )
10 ( cd frontend ; gmake )
11