Skip to content

Commit

Permalink
TST: add build_debug target.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 1, 2023
1 parent d758631 commit 39b656c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ $(LIBNAME): build copy_h copy_a shared copy_shared
build: clean
fpm build --profile=release

build_debug: clean
fpm build --profile=debug

shared: shared_$(PLATFORM)

copy_shared: copy_shared_$(PLATFORM)
Expand Down Expand Up @@ -50,6 +53,9 @@ copy_shared_windows:
test: all
fpm test --profile=release

test_debug: build_debug
fpm test --profile=debug

clean:
fpm clean --all
rm -f src/*.mod
Expand Down

0 comments on commit 39b656c

Please sign in to comment.