CFLAGS=-g
LDFLAGS=

TARGET=C1324T01 C1324T02 C1324T03

all: $(TARGET)

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