oneweekend-d/Makefile

12 lines
91 B
Makefile

# vim:noexpandtab
.PHONY: build clean
prog = rtow
build:
dub build
clean:
rm $(prog)