Files
mckernel/test/issues/1351/Makefile
Ken Sato 5d6715078f fix: madvise changes only the first one of vm_ranges
Change-Id: I83248c1162e28c3c24ca5f6b0933e1a8ca434d6b
Fujitsu: POSTK_DEBUG_TEMP_FIX_37
Refs: #1351
2019-09-08 14:22:00 +09:00

12 lines
116 B
Makefile

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