Mercurial > ~darius > hgwebdir.cgi > mikmod
view Makefile @ 19:84565bb86869
Makefile
Added clean rule
author | darius |
---|---|
date | Thu, 23 Apr 1998 22:59:21 +0000 |
parents | db40f957950f |
children |
line wrap: on
line source
CC = gcc CLFAGS = -g LFLAGS = all : mikmod mikmod : ( cd mmio ; gmake ) ( cd playercode ; gmake ) ( cd frontend ; gmake ) clean : ( cd mmio ; gmake clean ) ( cd playercode ; gmake clean ) ( cd frontend ; gmake clean )