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