Cebolla/template.make

8 lines
72 B
Makefile

all: ceb file.nim
nim c -o:do file.nim
ceb:
cebolla
.PHONY: all ceb