make clean for src subdirectory was not working outside of Docker environment.
Cleaning up the dist/ folder was also being done incorrectly. Now it is always removed, and files that should live there are placed in a distfiles/ directory because this is easier.
Resolves #1
Fix Makefile bugs introduced in PR #2
make clean
forsrc
subdirectory was not working outside of Docker environment.Cleaning up the
dist/
folder was also being done incorrectly. Now it is always removed, and files that should live there are placed in adistfiles/
directory because this is easier.