Skip to content

Commit 5a5fdd3

Browse files
committed
Drop stale targets from root Makefile
1 parent f06f336 commit 5a5fdd3

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

Makefile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -212,24 +212,6 @@ test-bun: npm
212212
cp -r build/package/skdb build/bun/node_modules/
213213
cd build/bun && bun bun.js true && bun bun.js false
214214

215-
exbuild-%:
216-
cd skipruntime-ts && make build-$*
217-
218-
exrun-%:
219-
cd skipruntime-ts && make bunrun-$*
220-
221-
excheck-%:
222-
cd skipruntime-ts && make check-$*
223-
224-
nexrun-%:
225-
cd skipruntime-ts && make noderun-$*
226-
227-
explay-%:
228-
cd skipruntime-ts && make bunplay-$*
229-
230-
nexplay-%:
231-
cd skipruntime-ts && make nodeplay-$*
232-
233215
skcheck-%:
234216
cd $* && skargo c --profile $(SKARGO_PROFILE)
235217

0 commit comments

Comments
 (0)