Change-Id: If220bcd0865569a566e08aa53cae748fdc6317d0 Refs: #1340
12 lines
130 B
Makefile
12 lines
130 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=segv raise_sig
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C1340.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o mccore* core.* *.txt
|