CFLAGS= LDFLAGS= TARGET= all: $(TARGET) test: all sh ./C1463.sh clean: rm -f $(TARGET) *.o *.txt