Files
mckernel/test/issues/1324/Makefile
Ken Sato 911b07f507 fix: fork's race-condition caused by child and grand-child
Refs: #1329
Change-Id: Ia2d7641d1203f40155fef5db718d1bb2c583c1c5
2020-01-09 06:33:13 +00:00

12 lines
127 B
Makefile

CFLAGS=-g
LDFLAGS=
TARGET=C1324T01 C1324T02 C1324T03
all: $(TARGET)
test: all
./C1324.sh
clean:
rm -f $(TARGET) *.o *.txt