tomtsagk / avdl

Abstract video-game development language
https://afloofdev.com/avdl
GNU General Public License v3.0
2 stars 1 forks source link

[FEATURE] Add `--clean` and/or `--nocache` #58

Open tomtsagk opened 1 year ago

tomtsagk commented 1 year ago

When developing avdl, it would be handy to have a command to re-build the project without using cache.

This is because cache assumes all parts of a project are compiled with the same version of avdl, which is not the case when developing it. The commands would do the following:

tomtsagk commented 1 year ago

Implemented command --no-cache, which will re-build the project ignoring cache.