We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b520e51 commit 7156e88Copy full SHA for 7156e88
Makefile
@@ -53,14 +53,19 @@ serve: package
53
.PHONY: catalog
54
catalog: catalog-papi
55
56
-.PHONY: catalog-capi
57
-catalog: vendor/bundle
+.PHONY: capi
+capi: vendor/bundle
58
@node scripts/catalog-capi.js
59
60
-.PHONY: catalog-papi
+#backcompat alias
61
+.PHONY: papi
62
papi: vendor/bundle
63
@node scripts/catalog_papi.js
64
65
+.PHONY: catalog-papi
66
+catalog-papi: vendor/bundle
67
+ @node scripts/catalog_papi.js
68
+
69
.PHONY: changelog
70
changelog: vendor/bundle
71
@node scripts/changelog.js
0 commit comments