make install: half way

This commit is contained in:
Philippe Teuwen
2019-08-30 21:55:13 +02:00
parent b5f5b9276f
commit 4fdb5a2f4b
10 changed files with 112 additions and 58 deletions

View File

@@ -5,6 +5,7 @@ MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
MYDEFS =
BINS = mfkey32 mfkey32v2 mfkey64
INSTALLTOOLS = $(BINS)
include ../../Makefile.host

View File

@@ -5,6 +5,7 @@ MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
MYDEFS =
BINS = nonce2key
INSTALLTOOLS = $(BINS)
include ../../Makefile.host