Commit cabbb72c authored by Raymond Knopp's avatar Raymond Knopp

modifications to Makefile to include OPENAIR_HOME path and activate debugging symbols

parent 0ee70df3
......@@ -8,12 +8,12 @@ OBJ= $(SRC:.c=.o)
all: $(EXEC)
cnProc_gen: $(OBJ)
$(CC) -o $@ $^ $(LDFLAGS)
$(CC) -o $@ $^ $(LDFLAGS) -O
main.o: cnProc_gen.h
%.o: %.c
$(CC) -o $@ -c $< $(CFLAGS)
$(CC) -o $@ -c $< $(CFLAGS) -I ${OPENAIR_HOME}/openair1 -g -ggdb
.PHONY: clean mrproper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment