Included test in make

This commit is contained in:
Alain Mosnier
2017-12-15 22:53:19 +01:00
parent 538cfe97fa
commit a6c25e2cdf
2 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
CFLAGS = -Wall -Wextra -Wpedantic
.PHONY: all
all: test
./test
test: test.o sha-256.o
.PHONY: clean