.PHONY: all test commit all: test test: bsv orig.pcm ./bsv | head -c31457280 | diff -s - orig.pcm commit: test git add bsv.c git commit -m "new version" orig.pcm: ./bsv-orig | head -c31457280 > orig.pcm