reorg to separate core KEx and net layer from app

This commit is contained in:
Russ Magee 2018-07-04 21:21:23 -07:00
parent 9291fdcff6
commit bd261a32e9
6 changed files with 85 additions and 31 deletions

View file

@ -1,6 +1,7 @@
.PHONY: clean lib client server passwd
.PHONY: info clean lib client server passwd
SUBDIRS = hkexpasswd hkexsh hkexshd
SUBDIRS = hkexnet herradurakex hkexpasswd hkexsh hkexshd
LIBS = hkexnet herradurakex
all: lib client server passwd