mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
all: virtio.o
|
|
|
|
CFLAGS += -I .
|
|
|
|
virtio.o: virtio.c
|
|
$(CC) $(CFLAGS) -c virtio.c -o virtio.o
|
|
|