pushokku/Makefile

12 lines
100 B
Makefile
Raw Normal View History

2020-03-01 23:21:13 +00:00
all: build
build:
crystal src/pushokku.cr -o pushokku
test:
run:
crystal run src/pushokku.cr