Skip to content

Commit

Permalink
fix makefile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Nov 27, 2023
1 parent b0dc0ac commit 0ddba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(LIBAVJS_TARGET_FILES): libav.js/Dockerfile
@mkdir -p public/app/bundled/libavjs
@cp -R $(OUTDIR)/ public/app/bundled/libavjs

public/app/tsc: tsconfig.json $(shell find src)
public/app/tsc: tsconfig.json $(shell find src) public/app/bundled/libavjs/empty
@tsc --noEmit
@./node_modules/esbuild/bin/esbuild $$(node -p "require('./tsconfig.json').include.join(' ')") --sourcemap --bundle --format=esm --outdir=public/app/
touch $@
Expand Down

0 comments on commit 0ddba08

Please sign in to comment.