comparison osdep/Makefile @ 19037:7a9a9748e045

OPTFLAGS already includes EXTRA_INC.
author diego
date Wed, 12 Jul 2006 17:58:07 +0000
parents c127ce678083
children 4f71ed7cb512
comparison
equal deleted inserted replaced
19036:414709f20b74 19037:7a9a9748e045
33 SRCS += $(timer) 33 SRCS += $(timer)
34 SRCS += $(getch) 34 SRCS += $(getch)
35 35
36 OBJS=$(SRCS:.c=.o) 36 OBJS=$(SRCS:.c=.o)
37 37
38 CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) 38 CFLAGS = $(OPTFLAGS) -I. -I..
39 # -I/usr/X11R6/include/ 39 # -I/usr/X11R6/include/
40 40
41 .SUFFIXES: .c .o 41 .SUFFIXES: .c .o
42 42
43 # .PHONY: all clean 43 # .PHONY: all clean