second: fix Makefile

This commit is contained in:
Vince Weaver 2023-10-30 02:00:35 -04:00
parent 93bd1465bd
commit 77bc9e38c0
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ intro.o: intro.s ../zx02_optim.s \
###
graphics/igl.hgr.zx02:
cd graphics && make
clean:
rm -f *~ *.o *.lst INTRO
rm -f *~ *.o *.lst INTRO
cd graphics && make clean