1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-01-17 03:30:28 +00:00
2016-06-20 23:08:23 -04: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