git://git.gir.st
/
Chiptunes-pms150c.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
initial commit
[Chiptunes-pms150c.git]
/
Makefile
Commit
Line
Data
d2532043
TG
1
.PHONY: all test commit
2
3
all: test
4
5
test: bsv orig.pcm
6
./bsv | head -c31457280 | 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 -c31457280 > orig.pcm