001-makefile.patch 271 B

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