dos33fsprogs/games/ksp/Makefile
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

12 lines
166 B
Makefile

all: applesoft/KSP.BAS asm/KSP
applesoft/KSP.BAS:
cd applesoft && make
asm/KSP:
cd asm && make
clean:
cd applesoft && make clean
rm -f *~ *.HGR *.SHAPE *.BAS