aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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)