aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 02:14:47 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 02:16:55 +0800
commitb4fa93c78057730caabc2f887b3e2f07c78175c1 (patch)
tree390bd83b3c138716e14760e68945152510deef41 /Makefile
parentMove stuff into internal/unsorted (diff)
downloadforge-b4fa93c78057730caabc2f887b3e2f07c78175c1.tar.gz
forge-b4fa93c78057730caabc2f887b3e2f07c78175c1.tar.zst
forge-b4fa93c78057730caabc2f887b3e2f07c78175c1.zip
Add BDS, GPL, and MIT licenses
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8954b49..71dd89c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MAN_PAGES = lindenii-forge.5 lindenii-forge-hookc.1 lindenii-forge.1 lindenii-fo
VERSION = $(shell git describe --tags --always --dirty)
SOURCE_FILES = $(shell git ls-files)
-EMBED = git2d/git2d hookc/hookc source.tar.gz LICENSE $(wildcard static/*) $(wildcard templates/*)
+EMBED = git2d/git2d hookc/hookc source.tar.gz $(wildcard LICENSE*) $(wildcard static/*) $(wildcard templates/*)
EMBED_ = $(EMBED:%=internal/embed/%)
forge: $(EMBED_) $(SOURCE_FILES)