diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-24 16:44:25 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-24 16:44:25 +0200 |
commit | 315aba32b3c5744a040331d653218d15a55455a5 (patch) | |
tree | 57b6ca30305c676cf534f8e5b273352e6ca345c1 /Makefile | |
parent | a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2 (diff) | |
download | bird-315aba32b3c5744a040331d653218d15a55455a5.tar bird-315aba32b3c5744a040331d653218d15a55455a5.zip |
Fixed path to includes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |