CC = gcc TARGET = all:: $(TARGET) test:: all sh ./C1379.sh clean:: rm -f $(TARGET) *.o