all: $(TARGET)

test: all
	@sh ./C1195.sh

clean:
	rm -f $(TARGET) *.o CT*.txt

