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