Skip to content

Commit 7156e88

Browse files
author
sanscontext
committed
fix makefile whoops
1 parent b520e51 commit 7156e88

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,19 @@ serve: package
5353
.PHONY: catalog
5454
catalog: catalog-papi
5555

56-
.PHONY: catalog-capi
57-
catalog: vendor/bundle
56+
.PHONY: capi
57+
capi: vendor/bundle
5858
@node scripts/catalog-capi.js
5959

60-
.PHONY: catalog-papi
60+
#backcompat alias
61+
.PHONY: papi
6162
papi: vendor/bundle
6263
@node scripts/catalog_papi.js
6364

65+
.PHONY: catalog-papi
66+
catalog-papi: vendor/bundle
67+
@node scripts/catalog_papi.js
68+
6469
.PHONY: changelog
6570
changelog: vendor/bundle
6671
@node scripts/changelog.js

0 commit comments

Comments
 (0)