Skip to content

Commit

Permalink
Make sure that installpath is created in the installplus target (fix #30
Browse files Browse the repository at this point in the history
).
  • Loading branch information
agraef committed Jul 10, 2023
1 parent 4f98f01 commit 9c06a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
install: installplus

installplus:
$(INSTALL_DIR) -v "$(installpath)"
cp -r ./pdlua/ "${installpath}"/pdlua

0 comments on commit 9c06a09

Please sign in to comment.