Files
seer/tests/hellonim/Makefile
T
2024-03-18 20:18:10 -05:00

11 lines
127 B
Makefile

.PHONY: all
all: hellonim
hellonim: hellonim.nim
nim c --debugger:native hellonim.nim
.PHONY: clean
clean:
rm -f hellonim