1all: libsystem 2# echo $(shell pwd) 3 4 5libsystem: syscall.o 6 7syscall.o: syscall.c 8 $(CC) $(CFLAGS) -c syscall.c -o syscall.o 9