Make small change

This commit is contained in:
Cory Balaton 2023-09-24 14:43:34 +02:00
parent 37b8aa5709
commit 81f1b9b567
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -7,6 +7,7 @@ INCLUDE=../include
CFLAGS=-larmadillo -llapack -std=c++11 CFLAGS=-larmadillo -llapack -std=c++11
# Add a debug flag when compiling (For the DEBUG macro in utils.hpp)
DEBUG ?= 0 DEBUG ?= 0
ifeq ($(DEBUG), 1) ifeq ($(DEBUG), 1)
DBGFLAG=-DDBG DBGFLAG=-DDBG
@ -33,4 +34,4 @@ test_suite: test_suite.o $(LIBOBJS)
clean: clean:
rm *.o rm *.o
rm test_suite rm test_suite
# rm main rm main