summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a4c7261f83548f6c794085f6a0422c041c87b5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FPACKAGE = smartcardauth
VERSION = 2.0

build:

clean:

install:
	./build_cardpincheck

	mkdir -p $(DESTDIR)/usr
	cp -Rp src/cardpincheck usr/bin/cardpincheck
	cp -Rp usr/*  $(DESTDIR)/usr/