Files
mckernel/test/issues/1366/Makefile
Ken Sato 7fc4272b89 handle execveat systemcall on McKernel
Refs: #1366
Change-Id: I921e04a0df8d0d798fc94f675e5112dd2fec190a
2019-12-06 09:33:13 +09:00

12 lines
121 B
Makefile

CFLAGS=-g
LDFLAGS=
TARGET=
all: $(TARGET)
test: all
./C1366.sh
clean:
rm -f $(TARGET) *.o *.txt execve_* execveat_*