INPUTFILE=gnumanifesto

input-large: $(INPUTFILE) Makefile 
	 yes `cat "$<"` | tr '\n' ' ' | head -c "`expr 256 \* 1024`" > "$@"

input-small: $(INPUTFILE) Makefile 
	 yes `cat "$<"` | tr '\n' ' ' | head -c "1024" > "$@"
