From 857f4753f495489d22627d25729699606bce33da Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 18 Apr 2020 23:54:53 -0700 Subject: [PATCH] Fixed makefile to build test --- C/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/Makefile b/C/Makefile index 3e4adce..97fbfba 100644 --- a/C/Makefile +++ b/C/Makefile @@ -7,7 +7,7 @@ CWARN=-Wall -Wpedantic -Wextra -Wno-unknown-pragmas -Wno-missing-field-initializ #CFLAGS += -fsanitize=address -fno-omit-frame-pointer G= -all: +all: ctest clean: rm -f test