Skip to content

Commit

Permalink
Extract a common module/library/header.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 10, 2025
1 parent 94c1773 commit 74be8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fc-solve/site/wml/lib/make/main.mak
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ $(TYPESCRIPT_DEST_FILES): $(OUT_PREF)/%.js: src/ts/%.ts $(TYPESCRIPT_COMMON_DEPS
$(TYPESCRIPT_DEST_FILES__NODE): lib/for-node/js/%.js: src/ts/%.ts $(TYPESCRIPT_COMMON_DEPS)
$(call run_tsc,cmdline)

tsc_www:
$(call run_tsc,www)

tsc_cmdline:
$(call run_tsc,cmdline)

serial_run: tsc_www tsc_cmdline $(LIBFREECELL_SOLVER_JS) $(LIBFREECELL_SOLVER_ASMJS_STAMP)

TS_CHART_DEST = $(D)/charts/dbm-solver-__int128-optimisation/chart-using-flot.js
Expand Down
6 changes: 6 additions & 0 deletions fc-solve/site/wml/lib/make/sf-javascripts.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ TYPESCRIPT_DEST_FILES__NODE = $(patsubst %.js,lib/for-node/js/%.js,$(TYPESCRIPT_
TYPESCRIPT_COMMON_DEFS_FILES = src/ts/jq_qs.d.ts

run_tsc = tsc --project lib/typescript/$1/tsconfig.json

tsc_cmdline:
$(call run_tsc,cmdline)

tsc_www:
$(call run_tsc,www)

0 comments on commit 74be8c1

Please sign in to comment.