CFLAGS=-g
LDFLAGS=

TARGET=C1389T01

all: $(TARGET)

test: all
	sh ./C1389.sh
clean:
	rm -f $(TARGET) *.o *.txt
