aboutsummaryrefslogtreecommitdiffstats
path: root/int10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'int10/Makefile')
-rw-r--r--int10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/int10/Makefile b/int10/Makefile
index b2a5591..de02cd2 100644
--- a/int10/Makefile
+++ b/int10/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-INCS =
+INCS = -I.. -I.
CFLAGS = -O -Wall
SRCS = emu_vm86.c i10_int.c i10_io.c i10_pci.c i10_v86.c i10_vbios.c
OBJS = $(SRCS:%.c=%.o)