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