Files
seer/tests/hellonim/Makefile
T

11 lines
127 B
Makefile
Raw Normal View History

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