Makefile: tests with --no-debug
This commit is contained in:
parent
149344afd8
commit
848e434fc1
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue