do not drop into repl when make is called without arguments

This commit is contained in:
Yuichi Nishiwaki 2013-11-29 00:14:51 +09:00
parent 1ee813382f
commit 5577cbb128
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else
PICRIN_LIB=libpicrin.so
endif
all: release run
all: release
release: CFLAGS += -DDEBUG=0 -O3
release: build