This repository has been archived on 2021-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
kalama/Makefile
2021-05-01 20:16:24 +01:00

6 lines
94 B
Makefile

SRC=main.usm
run: rom.bin
uxn-emulator rom.bin
rom.bin: $(SRC)
uxn-assembler $(SRC) rom.bin