Skip to content

Commit

Permalink
add FORCE palceholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 27, 2023
1 parent ee2d4ba commit 3ca326a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ clean-dist:
.PHONY: dist
dist: deps dist/crsqlite-sync.mjs dist/crsqlite.mjs

FORCE: ;

dist/crsqlite-sync.mjs: $(OBJ_FILES_DIST) $(RS_RELEASE_BC) $(EXPORTED_FUNCTIONS) $(EXPORTED_RUNTIME_METHODS)
mkdir -p dist
$(EMCC) $(EMFLAGS_DIST) \
Expand Down

0 comments on commit 3ca326a

Please sign in to comment.