include mach directory (for con_float)
This commit is contained in:
parent
47955d174e
commit
a1a78e3b70
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ DEF = $(CEG)/defaults
|
||||||
AR = ar
|
AR = ar
|
||||||
CC = cc
|
CC = cc
|
||||||
|
|
||||||
IFILES = -I. -I.. -I$(AS) -I$(EM)/h -I$(EM)/modules/h -I../back
|
IFILES = -I. -I.. -I$(AS) -I$(EM)/h -I$(EM)/modules/h -I../back -I$(EM)/mach
|
||||||
|
|
||||||
CFLAGS = -O $(IFILES)
|
CFLAGS = -O $(IFILES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue