From 6d7c77457dcbbaeade909b00aa4849139825a273 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Tue, 11 Dec 2018 01:47:47 +0100 Subject: [PATCH 1/1] import Makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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 -- 2.39.3