From d245b30a36301ec7344aa193f29d4244e5511452 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 16 Jul 2019 18:09:06 -0400 Subject: working --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4bc5c6..60f10dc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS=-W -Wall -Wextra -pedantic -O3 -std=c11 -OBJS=sha256.o main.o +OBJS=sha256.o main.o tests.o APP=sha256 .PHONY=all clean @@ -16,4 +16,5 @@ clean: $(RM) $(OBJS) $(APP) test: $(APP) - ./$(APP) '' + @# ./$(APP) '' 'foobar' + @./$(APP) -- cgit v1.2.3