Skip to content

Commit

Permalink
ci: compile shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Apr 13, 2022
1 parent e132224 commit 029cfd8
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 @@ -84,7 +84,7 @@ install:
cd $(COMMONS) && sudo make uninstall --no-print-directory && sudo make install --no-print-directory && cd ..
rm -rf $(COMMONS)
@echo "\nCommons installed\n"
# $(MAKE) lib --no-print-directory
$(MAKE) lib --no-print-directory
@mkdir -p $(LOG_DIR)
@echo Completed

Expand Down

0 comments on commit 029cfd8

Please sign in to comment.