mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
12 lines
166 B
Makefile
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
|