6 lines
58 B
Makefile
6 lines
58 B
Makefile
test: test.o sha-256.o
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm test *.o
|