Change-Id: I0ce1b2d48cda10713920cb88692e107b8c4d3bab Refs: #929
12 lines
100 B
Makefile
12 lines
100 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C929.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o *.txt
|