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