We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06f336 commit 5a5fdd3Copy full SHA for 5a5fdd3
1 file changed
Makefile
@@ -212,24 +212,6 @@ test-bun: npm
212
cp -r build/package/skdb build/bun/node_modules/
213
cd build/bun && bun bun.js true && bun bun.js false
214
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
233
skcheck-%:
234
cd $* && skargo c --profile $(SKARGO_PROFILE)
235
0 commit comments