6 lines
84 B
Makefile
6 lines
84 B
Makefile
include sys/drv/vga/Makefile
|
|
CC=cc
|
|
|
|
all: vga.o
|
|
$(CC) sys/drv/vga/vga.o -o boot.img
|