mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 12:16:48 +00:00
9 lines
124 B
Makefile
9 lines
124 B
Makefile
all: libsystem
|
|
# echo $(shell pwd)
|
|
|
|
|
|
libsystem: syscall.o
|
|
|
|
syscall.o: syscall.c
|
|
$(CC) $(CFLAGS) -c syscall.c -o syscall.o
|