Fixed proto.make

This commit is contained in:
ceriel
1991-09-13 11:00:50 +00:00
parent b9bf492940
commit 6aca775b27
4 changed files with 17 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/util/cgg
INCLUDES=-I$(TARGET_HOME)/h -I$(SRC_DIR) -I.
INCLUDES=-I$(TARGET_HOME)/h -I$(TARGET_HOME)/config -I$(SRC_DIR) -I.
CFLAGS=$(INCLUDES) $(COPTIONS)
LDFLAGS=$(LDOPTIONS)
LINTFLAGS=$(INCLUDES) $(LINTOPTIONS)