pq2: Makefile fix

This commit is contained in:
Vince Weaver 2024-09-13 01:19:41 -04:00
parent ae7ee718b5
commit 2f8e6163f8

View File

@ -38,9 +38,9 @@ pq2.o: pq2.s zx02_optim.s \
###
graphics/pg2_bgl.hgr.zx02:
graphics/pq2_bgl.hgr.zx02:
cd graphics && make
clean:
rm -f *~ *.o *.lst PQ2
rm -f *~ *.o *.lst HELLO PQ2
cd graphics && make clean