1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02:00
openwrt-packages/lang/lua-sha2/patches/001-makefile.patch
Lars Gierth 2fea5020f6 lua-sha2: clean up makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:02:04 +02:00

15 lines
271 B
Diff

From: Lars Gierth <larsg@systemli.org>
Date: Tue, 2 Sep 2014 00:05:39 +0200
Add rump Makefile
new file mode 100644
index 0000000..f081d38
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: sha2.o sha2lib.o
+ $(CC) -shared -o sha2.so sha2.o sha2lib.o
+
+.PHONY: all