Files
mckernel/test/issues/1356/Makefile
Ken Sato a4b83dc6d4 eclair: use snprintf instead of sprintf to prevent buffer-overrun
Change-Id: I2a27cffe303201e1738f115258f6e02058dbc63d
Refs: #1356
Fujitsu: POSTK_DEBUG_ARCH_DEP_38
2019-09-25 06:38:55 +00:00

12 lines
101 B
Makefile

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