diff --git a/Makefile b/Makefile index 3c59f0d..47f7e7b 100644 --- a/Makefile +++ b/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: