aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-15 11:07:29 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-15 11:07:29 +0200
commit4cc5efb3535bb3685775f37bfdd098ad4947c06e (patch)
treedf9b7bfa8e75d8f064718417c9746e839e77bb43 /makefile
parent15c6522b369f20dacac10db56bc4b145354c05c9 (diff)
downloadhurrycurry-4cc5efb3535bb3685775f37bfdd098ad4947c06e.tar
hurrycurry-4cc5efb3535bb3685775f37bfdd098ad4947c06e.tar.bz2
hurrycurry-4cc5efb3535bb3685775f37bfdd098ad4947c06e.tar.zst
only partially build book by default
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1ee543b3..3cd2501f 100644
--- a/makefile
+++ b/makefile
@@ -27,7 +27,7 @@ pixel-client:
test-client:
make -C test-client all
book:
- make -C book all
+ make -C book most
clean:
make -C data clean