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