We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba1beb commit 32f81a4Copy full SHA for 32f81a4
Makefile
@@ -1,5 +1,5 @@
1
PACKAGE_NAME := $(shell basename $(shell pwd))
2
-# PACKAGE_VERSION := $(shell git describe --tags --abbrev=0)
+PACKAGE_VERSION := $(shell git describe --tags --abbrev=0)
3
4
mk-wasm:
5
cd ./html-rewriter-wasm; make dist
0 commit comments