diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:14:47 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:16:55 +0800 |
commit | b4fa93c78057730caabc2f887b3e2f07c78175c1 (patch) | |
tree | 390bd83b3c138716e14760e68945152510deef41 /Makefile | |
parent | Move stuff into internal/unsorted (diff) | |
download | forge-b4fa93c78057730caabc2f887b3e2f07c78175c1.tar.gz forge-b4fa93c78057730caabc2f887b3e2f07c78175c1.tar.zst forge-b4fa93c78057730caabc2f887b3e2f07c78175c1.zip |
Add BDS, GPL, and MIT licenses
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |