git://git.gir.st
/
Chiptunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4466dd8
)
import Makefile
author
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 11 Dec 2018 00:47:47 +0000
(
01:47
+0100)
committer
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 11 Dec 2018 00:47:47 +0000
(
01:47
+0100)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
8eddac4
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,11
@@
+a.out: foo.c
+ gcc foo.c
+ ./a.out |head -c31457280 |diff -s - full-orig.pcm
+ # NOTE: starts to diverge after 33423360 bytes
+ git add foo.c
+ git commit -m "new version"
+
+.PHONY: test
+test:
+ gcc foo.c
+ ./a.out |head -c31457280 |diff -s - full-orig.pcm