mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-14 16:27:31 +00:00
Really add misc.h in HEADERS
This commit is contained in:
@@ -14,9 +14,9 @@ ASFLAGS = -I$(TOP)
|
|||||||
CFLAGS += $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
CFLAGS += $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
||||||
LIBS = -L$(TOP)/../libunix -lunix -L$(TOP)/../libmacos -lmacos
|
LIBS = -L$(TOP)/../libunix -lunix -L$(TOP)/../libmacos -lmacos
|
||||||
|
|
||||||
SOURCES = head.S main.c console.c vga.c font_8x16.c misc.h
|
SOURCES = head.S main.c console.c vga.c font_8x16.c
|
||||||
|
|
||||||
HEADERS = vga.h console.h
|
HEADERS = vga.h console.h misc.h
|
||||||
|
|
||||||
PROGRAMS = apple_driver
|
PROGRAMS = apple_driver
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user