* Remove KeyInfo and use standard library to parse hex strings * One declaration per line, more useful name of key_from_hex_chars
5 lines
160 B
Makefile
5 lines
160 B
Makefile
bin_PROGRAMS = stenc
|
|
AM_CXXFLAGS = -std=c++17 $(INTI_CFLAGS) $(DEPS_CFLAGS)
|
|
stenc_SOURCES = main.cpp scsiencrypt.cpp scsiencrypt.h
|
|
#stenc_LDADD = $(INTI_LIBS)
|