Removed useless DEBUG mode

This commit is contained in:
William DURAND 2012-01-11 00:34:36 +01:00
parent 09d2ecd49a
commit 4e5c708ff1
2 changed files with 1 additions and 9 deletions

View File

@ -15,10 +15,6 @@ $(EXEC):$(OBJETS) Makefile
.cpp.o:
$(CC) $(CFLAGS) -c $< -o $@
debug: CFLAGS += -DDEBUG
debug: LFLAGS += -DDEBUG
debug: $(EXEC)
clean: clear
rm -f $(OBJETS)
clear:

View File

@ -6,11 +6,7 @@ Fast and Adaptive Bidimensional Empirical Mode Decomposition Using Order-Statist
### Usage
Compile in `debug` mode:
make clean && make debug
Compile in a normal way:
Compile it:
make clean && make