CFLAGS=-g
LDFLAGS=

TARGET=

all: $(TARGET)

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