summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-19 21:27:17 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 21:55:43 -0500
commitda6f5d079e01906fb5dc558390659557a869df8f (patch)
tree35b99248cf1ba78b52474bea960f92984ff721c7 /makefile
parentsort how you want this to be (diff)
nix flake, things nix
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 187166b..27e7f14 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ cp-cgi:
get_depends:
hwd=$$(echo `pwd`) && \
- gwd="$${hwd}/src/ext_depends_cgi" && \
+ gwd="$${hwd}/src/ext_depends" && \
dirs=$$(echo `ls -gx $${gwd}`) && \
license_bsl="Boost Software License 1.0 (BSL-1.0)" && \
echo $${hwd} && \