Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/ca-certificates/mozilla/Makefile
|
||||
+++ b/ca-certificates/mozilla/Makefile
|
||||
@@ -2,8 +2,11 @@
|
||||
# Makefile
|
||||
#
|
||||
|
||||
-all:
|
||||
- python3 certdata2pem.py
|
||||
+certdata2pem: certdata2pem.c
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
|
||||
+
|
||||
+all: certdata2pem
|
||||
+ ./certdata2pem
|
||||
|
||||
clean:
|
||||
-rm -f *.crt
|
||||
Reference in New Issue
Block a user