pushokku/Makefile

15 lines
147 B
Makefile
Raw Normal View History

2020-03-01 23:21:13 +00:00
2020-03-03 17:56:19 +00:00
LDFLAGS=
#LDFLAGS=--no-debug
2020-03-01 23:21:13 +00:00
all: build
build:
2020-03-03 17:56:19 +00:00
crystal build $(LDFLAGS) src/pushokku.cr -o pushokku
2020-03-01 23:21:13 +00:00
test:
run:
crystal run src/pushokku.cr