Skip to content

Commit

Permalink
BLD: Improve Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jan 19, 2024
1 parent b835e61 commit babf0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build_debug: generator

test: build
fpm test --profile=release

test_debug: build_debug
fpm test --profile=debug

Expand Down Expand Up @@ -97,4 +97,4 @@ uninstall:
rm -f $(install_dir)/lib/lib$(LIBNAME).so
rm -f $(install_dir)/lib/lib$(LIBNAME).dylib
rm -f $(install_dir)/lib/lib$(LIBNAME).dll.a
rm -f $(install_dir)/bin/lib$(LIBNAME).dll
rm -f $(install_dir)/bin/lib$(LIBNAME).dll

0 comments on commit babf0c2

Please sign in to comment.