CC = gcc

all::

test:: all
	sh ./C1377.sh

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