summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-01-09 21:28:54 -0500
committeru <u@billy>2023-11-17 08:43:13 -0500
commit162dce143a8902e30d4e8e6ff074f009fbf78689 (patch)
treea7894c4349f7c8ba9bdf292fde6fd43c166b3a97 /Makefile
parent0cae36debc63137c0e8eee8de929facfdcfa21cc (diff)
drop openssh patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 754444b..cf5a71c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,12 @@ compiled_programs=${cc_files} ${cpp_files}
8CC=gcc -std=gnu99 8CC=gcc -std=gnu99
9CFLAGS=-Os 9CFLAGS=-Os
10 10
11INSTALL_SUBMODULES = fsmgr kiki openssh 11INSTALL_SUBMODULES = fsmgr kiki
12NO_INSTALL_SUBMODULES = cryptonomic-dyndns-server 12NO_INSTALL_SUBMODULES = cryptonomic-dyndns-server
13SUBMODULES = $(INSTALL_SUBMODULES) $(NO_INSTALL_SUBMODULES) 13SUBMODULES = $(INSTALL_SUBMODULES) $(NO_INSTALL_SUBMODULES)
14 14
15all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES} 15all: samizdat-paths.sh ${compiled_programs} ${SUBMODULES}
16 16
17
18.PHONY: stack install-stack 17.PHONY: stack install-stack
19install-stack: 18install-stack:
20 curl -sSL https://get.haskellstack.org/ | sh 19 curl -sSL https://get.haskellstack.org/ | sh