phy1um / ps2-homebrew-livestreams

Repo for code written during my Playstation 2 Homebrew livestreams
MIT License
51 stars 6 forks source link

Actions bugfix #4

Closed phy1um closed 3 years ago

phy1um commented 3 years ago

Resolves #1

Fix Makefile bugs introduced in PR #2

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.