nsa/Makefile

8 lines
117 B
Makefile
Raw Permalink Normal View History

2024-03-17 17:47:21 +00:00
all: test_openat
test_openat: test_openat.c
$(CC) $(CFLAGS) -o openat test_openat.c
clean veryclean:
$(RM) Hello