Files
sha-2/Makefile
2017-12-13 00:52:28 +01:00

6 lines
58 B
Makefile

test: test.o sha-256.o
.PHONY: clean
clean:
rm test *.o