Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy committed Jul 14, 2024
1 parent 1804917 commit fbe68c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HTMX_EXT_VERSION ?= $(shell cat ./HTMX_EXT_VERSION)

LDFLAGS_COMMON = \
-X main.htmx_version=$(HTMX_VERSION) \
-x main.htmx_ext_version=$(HTMX_EXT_VERSION) \
-X main.htmx_ext_version=$(HTMX_EXT_VERSION) \
-X main.nunjucks_version=$(NUNJUCKS_VERSION) \
-X main.bootstrap_version=$(BOOTSTRAP_VERSION)

Expand Down

0 comments on commit fbe68c8

Please sign in to comment.