Files
mckernel/test/issues/1511/Makefile
Ken Sato 422a399f20 coredump: fix behavior when gencore fail
Change-Id: Ifdddf867b514f42a6f1ce374ec06b7550a9cdad5
Refs: #1511
2021-03-03 02:27:01 +00:00

14 lines
119 B
Makefile

CC=gcc
CFLAGS=-g
LDFLAGS=
TARGET=
all: $(TARGET)
test: all
sh ./C1511.sh
clean:
rm -f $(TARGET) *.o *.txt *core*