omos-tcnj2024/Makefile

6 lines
84 B
Makefile
Raw Normal View History

2024-02-18 00:06:01 +01:00
include sys/drv/vga/Makefile
2024-02-17 23:53:35 +01:00
CC=cc
2024-02-17 18:56:38 +01:00
2024-02-17 23:53:35 +01:00
all: vga.o
2024-02-18 00:06:01 +01:00
$(CC) sys/drv/vga/vga.o -o boot.img