# Remove the dist target from the makefile (no recursive releases!),
# and the tests/vector.h target, which ships with the tarball.
-sed -i '/tests\/vectors.h:/,$d' $FOLDER/makefile
+sed -i '/# Remove lines below for the tarball/,$d' $FOLDER/makefile
# Remove contributor notes from the README
sed -e '/Contributor notes/,$d' \
$(CC) $(CFLAGS) -I src -I src/optional -o $@ lib/tis-ci.o $(TEST_OBJ)
ctgrind.out: lib/ctgrind.o $(TEST_OBJ)
$(CC) $(CFLAGS) -I src -I src/optional -o $@ lib/ctgrind.o $(TEST_OBJ)
+# Remove lines below for the tarball
+
tests/vectors.h:
@echo ""
@echo "======================================================"