Create Symbolic Links Instead of Copying Files

Issue #4 resolved
Michael Backus repo owner created an issue

Currently the makefile copies index.html and the jquery libray to the /var/www folder. It also copies and renames autostart to the /etc/init.d folder as robot. I'd like to use symbolic links instead so that if these files are edited, the changes are reflected in the parent folder and caught by git.

Comments (3)

  1. Log in to comment