8 lines
No EOL
117 B
Makefile
8 lines
No EOL
117 B
Makefile
|
|
all: test_openat
|
|
|
|
test_openat: test_openat.c
|
|
$(CC) $(CFLAGS) -o openat test_openat.c
|
|
|
|
clean veryclean:
|
|
$(RM) Hello
|