Skip to content

Commit

Permalink
fix make install target: bin/potion-s
Browse files Browse the repository at this point in the history
Fixes #100 and #67
  • Loading branch information
rurban committed Aug 29, 2017
1 parent de1c5b3 commit 066401a
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 @@ -414,7 +414,7 @@ dist: $(AIO_DEPS) bins libs static ${GREG}
fi
+$(MAKE) -f dist.mak $@ PREFIX="${PREFIX}" EXE=${EXE} DLL=${DLL} LOADEXT=${LOADEXT}

install: bins libs $(AIO_DEPS) ${GREG}
install: bins libs $(AIO_DEPS) ${GREG} bin/potion-s${EXE}
+$(MAKE) -f dist.mak $@ PREFIX="${PREFIX}"

tarball:
Expand Down

0 comments on commit 066401a

Please sign in to comment.