diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,8 @@ install: clean install_bundle: clean python setup.py install --bundled +get_amalgamation: + scripts/get_latest_amalgamation.sh amalgamation_latest + clean: rm -rf build dist |