omos-tcnj2024/Makefile

10 lines
70 B
Makefile
Raw Normal View History

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