git://git.gir.st
/
Chiptunes-pms150c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3536ce0
)
only loop through once
author
Tobias Girstmair
<tobi@isticktoit.net>
Thu, 4 Mar 2021 00:06:48 +0000
(
01:06
+0100)
committer
Tobias Girstmair
<tobi@isticktoit.net>
Thu, 4 Mar 2021 00:06:48 +0000
(
01:06
+0100)
same change as with attiny4 version; allows us to get rid of i3.
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index b73a6ae12c517410d735828bd5c71572b48288e5..81fc760e44d42ee2e7e270cbbe9e759700d91b50 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,11
+3,11
@@
all: test
test: bsv orig.pcm
- ./bsv | head -c
3145728
0 | diff -s - orig.pcm
+ ./bsv | head -c
786432
0 | diff -s - orig.pcm
commit: test
git add bsv.c
git commit -m "new version"
orig.pcm:
- ./bsv-orig | head -c
3145728
0 > orig.pcm
+ ./bsv-orig | head -c
786432
0 > orig.pcm