Make a wonky French flag

This commit is contained in:
2025-06-26 20:20:43 +00:00
parent 9d96bc0e06
commit 90bd8dd2f5
2 changed files with 56 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
myprog.sna myprog.sld: main.asm
sjasmplus --sld=myprog.sld --fullpath main.asm
clean:
rm -rf *.sna
rm -rf *.sld
rm -rf .tmp/
.PHONY: clean