Skip to content

Commit 256f406

Browse files
committed
refactor(wasm): makefile build/clean commands
1 parent d8038de commit 256f406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ endif
3737

3838
build: $(OUT_FILES)
3939

40-
build-cache: $(LIBPG_QUERY_DIR)
40+
build-cache: $(LIBPG_QUERY_ARCHIVE) $(LIBPG_QUERY_HEADER)
4141

42-
rebuild: clean $(OUT_FILES)
42+
rebuild: clean build
4343

44-
rebuild-cache: clean-cache $(LIBPG_QUERY_DIR)
44+
rebuild-cache: clean-cache build-cache
4545

4646
clean:
4747
-@ rm -r $(OUT_FILES) > /dev/null 2>&1

0 commit comments

Comments
 (0)