Makefile: tests with --no-debug

This commit is contained in:
Glenn Y. Rolland 2020-03-03 18:56:19 +01:00
parent 149344afd8
commit 848e434fc1

View file

@ -1,8 +1,11 @@
LDFLAGS=
#LDFLAGS=--no-debug
all: build
build:
crystal src/pushokku.cr -o pushokku
crystal build $(LDFLAGS) src/pushokku.cr -o pushokku
test: