4 lines
114 B
Makefile
4 lines
114 B
Makefile
bin_PROGRAMS = glorytun
|
|
glorytun_SOURCES = glorytun.c common.h common-static.h
|
|
glorytun_LDADD = $(libsodium_LIBS)
|