summaryrefslogtreecommitdiffstats
path: root/build_ckpasswd
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-29 10:03:35 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-30 11:19:26 +0900
commitb6480d1f1071e7736638249a10942fab262fc0c4 (patch)
tree68f6b963cec6a55bcd3167e26a1506b86d5aa828 /build_ckpasswd
parent01259738622644dc5900e1d367cd09820297763a (diff)
downloadsmartcardauth-b6480d1f1071e7736638249a10942fab262fc0c4.tar.gz
smartcardauth-b6480d1f1071e7736638249a10942fab262fc0c4.zip
Drop makefile build support.
Add basic cmake build instructions. Add a README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 6851937dc142ee360fa0c84be439a41f01c6b45d)
Diffstat (limited to 'build_ckpasswd')
-rwxr-xr-xbuild_ckpasswd5
1 files changed, 0 insertions, 5 deletions
diff --git a/build_ckpasswd b/build_ckpasswd
deleted file mode 100755
index b354c1f..0000000
--- a/build_ckpasswd
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-cd src/
-make
-cd ..