nsa/Makefile
2024-03-17 22:31:31 +00:00

8 lines
117 B
Makefile

all: test_openat
test_openat: test_openat.c
$(CC) $(CFLAGS) -o openat test_openat.c
clean veryclean:
$(RM) Hello