Skip to content

Commit

Permalink
BLD: Fix missing generator in build_debug target.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 2, 2023
1 parent 31190d8 commit fcd98b4
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 @@ -16,7 +16,7 @@ $(LIBNAME): build copy_h copy_a shared copy_shared
build: clean
fpm build --profile=release

build_debug: clean
build_debug: generator clean
fpm build --profile=debug

shared: shared_$(PLATFORM)
Expand Down

0 comments on commit fcd98b4

Please sign in to comment.