TARGET=

all:: $(TARGET)

test:: $(TARGET)
	sh ./C1201.sh

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