]> git.gir.st - Chiptunes-pms150c.git/blob - Makefile
new version
[Chiptunes-pms150c.git] / Makefile
1 .PHONY: all test commit
2
3 all: test
4
5 test: bsv orig.pcm
6 ./bsv | head -c7864320 | diff -s - orig.pcm
7
8 commit: test
9 git add bsv.c
10 git commit -m "new version"
11
12 orig.pcm:
13 ./bsv-orig | head -c7864320 > orig.pcm
Imprint / Impressum