Make small change

This commit is contained in:
2023-09-24 14:43:34 +02:00
parent 37b8aa5709
commit 81f1b9b567

View File

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