second: update Makefile

This commit is contained in:
Vince Weaver 2023-10-29 01:07:07 -04:00
parent c5e0ec8120
commit c667adfd33
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,9 @@ second_d1.dsk: QBOOT QLOAD music.inc \
####
part01_intropan/INTRO:
cd part01_intropan && make
part04_chess_shapes/CHESS:
cd part04_chess_shapes && make
@ -304,6 +307,7 @@ generate_common.o: generate_common.c
clean:
rm -f *~ *.o *.lst HELLO SECOND QBOOT QLOAD MUSIC START
cd part01_intropan && make clean
cd part04_chess_shapes && make clean
cd part08_gorilla && make clean
cd part09_leaves && make clean