make runs check by default

This commit is contained in:
Lewis Van Winkle 2018-07-07 19:07:45 -05:00
parent 94e22d4e06
commit 7cb7557668
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CFLAGS = -Wall -Wshadow -O3 -g -march=native
LDLIBS = -lm
all: test example1 example2 example3 example4
all: check example1 example2 example3 example4
sigmoid: CFLAGS += -Dgenann_act=genann_act_sigmoid_cached
sigmoid: all