sha-2/Makefile

6 lines
58 B
Makefile
Raw Normal View History

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