From 7bd481275e7fbc3cd1ffb51f82ae611662abfd6c Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 6 Jul 2021 02:02:19 -0400 Subject: [PATCH] compile and run --- makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 makefile diff --git a/makefile b/makefile new file mode 100644 index 0000000..f4ab2f5 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +all: + gcc index.c -o hamming.o + chmod +x hamming.o + ./hamming.o +