mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lua-sha2: clean up makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user