diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,7 +20,11 @@ OBJ=$(patsubst %.c,%.o,$(SRC)) all: lib/libgensvm.a $(EXECS) +ifdef NOATLAS +override LDFLAGS+=-lcblas -llapack -lm +else override LDFLAGS+=-lcblas -llapack -lm -latlas +endif debug: CFLAGS += -DDEBUG debug: all |
