Skip to content

Commit

Permalink
Split up copy command to work in general
Browse files Browse the repository at this point in the history
  • Loading branch information
InnPatron committed Sep 20, 2019
1 parent 4fb4295 commit 4d03581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ $(RUNTIME_BUILD_DIR)/%.js.stopped : $(RUNTIME_BUILD_DIR)/%.js
node src/webworker/scripts/stopify-compile.js $< $@

runtime: build $(RUNTIME_SRC_DIR) $(RUNTIME_BUILD_DIR) $(RUNTIME_TS_COMPILED_FILES) $(STOPIFIED_BUILTINS)
cp $(RUNTIME_SRC_DIR)/{*.js,*.json} $(RUNTIME_BUILD_DIR)
cp $(RUNTIME_SRC_DIR)/*.js $(RUNTIME_BUILD_DIR)
cp $(RUNTIME_SRC_DIR)/*.json $(RUNTIME_BUILD_DIR)
cd src/runtime-arr/ && node ../../build/phaseA/pyret.jarr --build-runnable unified.arr --builtin-js-dir "$(shell pwd)/$(RUNTIME_BUILD_DIR)" --runtime-builtin-relative-path "./" --type-check true
mv src/runtime-arr/compiled/project/* $(RUNTIME_BUILD_DIR)

Expand Down

0 comments on commit 4d03581

Please sign in to comment.