rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
445 stars 286 forks source link

app.mk can wipe out folders if used in path with spaces! #31

Open milnak opened 3 years ago

milnak commented 3 years ago

app.mk includes code like this:

dist-clean:
    rm -rf $(DISTREL)/*

if DISTREL is a path that includes spaces e.g. "/usr work" the instruction above will rm -rf /usr/* !