From 315aba32b3c5744a040331d653218d15a55455a5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 May 1998 14:44:25 +0000 Subject: Fixed path to includes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 934fd51..0a1716a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TOPDIR=$(shell pwd) OBJDIR=obj -CPPFLAGS=-I$(TOPDIR)/$(OBJ) -I$(TOPDIR) +CPPFLAGS=-I$(TOPDIR)/$(OBJDIR) -I$(TOPDIR) OPT=-O2 DEBUG=-g#gdb CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -- cgit v1.2.3