view 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 source

CC = gcc
CLFAGS = -g
LFLAGS =

all : mikmod

mikmod : 
	( cd mmio ; gmake )
	( cd playercode ; gmake )
	( cd frontend ; gmake )