From 8057ab1167b3c0c19f8212c86c7a849ca3997d47 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 27 May 2021 21:58:17 +0200 Subject: bumped enochecker and implemented exploits with minor tweaks to source --- checker/src/revhash/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 checker/src/revhash/Makefile (limited to 'checker/src/revhash/Makefile') diff --git a/checker/src/revhash/Makefile b/checker/src/revhash/Makefile new file mode 100644 index 0000000..b1c17df --- /dev/null +++ b/checker/src/revhash/Makefile @@ -0,0 +1,11 @@ +CFLAGS = -g + +.PHONY: all clean + +all: revhash + +clean: + rm revhash + +revhash: main.c + $(CC) -o $@ $< $(CFLAGS) -- cgit v1.2.3-71-gd317