change default command of make

This commit is contained in:
Yuichi Nishiwaki 2013-11-28 23:52:11 +09:00
parent 5656590fa0
commit 1ee813382f
1 changed files with 1 additions and 1 deletions

View File

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