Commit a50c1720 authored by Denis Filatov's avatar Denis Filatov
Browse files

attributes and double bins

parent 7c773376
Loading
Loading
Loading
Loading

.gitignore

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

Makefile

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

build/common.mk

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

certgen/Makefile

100755 → 100644
+14 −12
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@ BUILDROOT = $(PROJECTROOT)/build
PROJECT          = certgen
DEBUG            = yes
bins             = certgen keygen
sources       := certgen.c ecc_openssl.c mkgmtime.c
sources         := ecc_openssl.c mkgmtime.c
sources-certgen := certgen.c
sources-keygen  := keygen.c
cflags          += -Wno-pointer-sign -Wno-enum-compare
sources-WIN32   := applink.c
#sources-CYGWIN := applink.c

certgen/applink.c

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

Loading