Files
wonky_french_flag/Makefile

9 lines
144 B
Makefile
Raw Normal View History

2025-06-26 20:20:43 +00:00
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