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

11 lines
103 B
Makefile
Raw Normal View History

SRC=main.tal
2021-05-01 19:16:24 +00:00
run: rom.bin
2021-05-12 18:43:30 +00:00
uxnemu rom.bin
2021-05-01 19:16:24 +00:00
rom.bin: $(SRC)
2021-05-12 18:43:30 +00:00
uxnasm $(SRC) rom.bin
2021-06-05 12:20:48 +00:00
clean:
rm rom.bin