Skip to content

Commit

Permalink
RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGreenaway committed Apr 26, 2024
1 parent f428781 commit e3a8096
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed image.o
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ system_variables.o: system_variables.c system_variables.h
qcc -O -o system_variables.o -c system_variables.c

clean:
rm -f screen.o interrupt.o invaders.o invaders.img invaders.zip invaders.mdv invaders.hfe inv libsprite.a
rm -f screen.o interrupt.o invaders.o invaders.img invaders.zip invaders.mdv invaders.hfe inv libsprite.a spriteplot.o system_variables.o image.o
cd QL-sprites && make clean

cleaner: clean
Expand Down
Binary file removed spritePlot.o
Binary file not shown.
Binary file removed system_variables.o
Binary file not shown.

0 comments on commit e3a8096

Please sign in to comment.