pushokku/Makefile

12 lines
100 B
Makefile
Raw Normal View History

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