1 2 3 4 5 6 7 8 9 10 11
all: # All Text @cat ./version.txt > ./all.txt @cat ./description.txt >> ./all.txt @cat ./binary.txt >> ./all.txt @cat ./raw/* >> ./all.txt # Binary text @cat ./version.txt > ./bin.txt @cat ./description.txt >> ./bin.txt @cat ./binary.txt >> ./bin.txt