Skip to content

Releases: PolySync/polysync-core-c-examples

PolySync Core 2.1.1 Release

04 May 23:06

Choose a tag to compare

Remove 'make install' target (#33)

Prior to this commit, the Makefiles had an 'install' target which would
attempt to install their binaries into $PSYNC_HOME/bin, which is owned
by root:root and should not be polluted with examples. This commit
removes those install targets.