diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 17:54:49 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 17:54:49 -0400 |
commit | bffecbd36e2995c469bf494c573901c7ba55057e (patch) | |
tree | aed87533fe565ca971795ca19bef77ba7b518b08 /src | |
parent | c37e6a4e84130969dcbcbc1f2767c179961a9b17 (diff) |
Fix targets; add debmake
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 | ||||
m--------- | src/configs/debmake | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 3aff8a9..dbe7da8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,7 @@ # If called directly, Makefile should be called passing the following arguments: # DOCSET_NAME = ... (should be a directory under ./configs) # BUILD_DIR = ... (create built docsets under the directory BUILD_DIR) +# ... (see project README for more options) ERROR_DOCSET_NAME = $(error DOCSET_NAME is unset) .phony: err diff --git a/src/configs/debmake b/src/configs/debmake new file mode 160000 +Subproject a9e08d14469a5d97b9b3c556e61eff84782d2e5 |