From b4fa93c78057730caabc2f887b3e2f07c78175c1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 6 Apr 2025 02:14:47 +0800 Subject: Add BDS, GPL, and MIT licenses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3