CC = gcc TARGET= CPPFLAGS = LDFLAGS = all: $(TARGET) test: all @sh ./C1158.sh clean: rm -f $(TARGET) *.o