Skip to content

Commit

Permalink
BLD: Fix rule for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 23, 2023
1 parent 6bf99e7 commit c7cc944
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 @@ -47,7 +47,7 @@ copy_shared_windows:
cp -f $(BUILD_DIR)/lib$(LIBNAME).dll $(PYW_MOD_DIR)
cp -f $(BUILD_DIR)/lib$(LIBNAME).dll.a $(PYW_MOD_DIR)

test: build
test: all
fpm test --profile=release

clean:
Expand Down

0 comments on commit c7cc944

Please sign in to comment.