Change-Id: I2a27cffe303201e1738f115258f6e02058dbc63d Refs: #1356 Fujitsu: POSTK_DEBUG_ARCH_DEP_38
12 lines
101 B
Makefile
12 lines
101 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C1356.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o *.txt
|