summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2023-06-13 23:56:17 -0500
committerDanny Holman <dholman@gymli.org>2023-06-13 23:56:17 -0500
commitf78b26fdd889ee687061bb9adf7633954ad90d51 (patch)
tree83723069144e091489b4020646dddae8755a7827 /Makefile.am
parentf934c195b3b89357de1052dfdcb5ce8ec6b834d0 (diff)
client: add a reference client
Add a reference client that will act as an example of what the client program should accomplish given a command from the C&C server. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 34db1c7..129c87d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1 @@
-SUBDIRS = server
+SUBDIRS = server client