blob: e395044e77ba55d0704a8c58ef4d522453b545ac [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From: Lars Gierth <larsg@systemli.org>
2Date: Tue, 2 Sep 2014 00:05:39 +0200
3
4 Add rump Makefile
5
6new file mode 100644
7index 0000000..f081d38
8--- /dev/null
9+++ b/Makefile
10@@ -0,0 +1,4 @@
11+all: sha2.o sha2lib.o
12+ $(CC) -shared -o sha2.so sha2.o sha2lib.o
13+
14+.PHONY: all