diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ endif TARGETS = monitor-get-edid-using-vbe cvt -CFLAGS = -O -Wall -g +CFLAGS = -O -Wall -g -I. OBJS = monitor-get-edid-using-vbe.c vbe.o libint10.a libx86emu.a ifeq (i386,$(ARCH)) |