From: Tobias Girstmair Date: Tue, 11 Dec 2018 00:47:47 +0000 (+0100) Subject: import Makefile X-Git-Tag: attiny9~20 X-Git-Url: https://git.gir.st/Chiptunes.git/commitdiff_plain/6d7c77457dcbbaeade909b00aa4849139825a273?hp=4466dd8b6842dcd98a892ece212799e475c2b1c2 import Makefile --- diff --git a/Makefile b/Makefile new file mode 100644 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