ringfinger/Makefile

12 lines
167 B
Makefile
Raw Permalink Normal View History

repair:
php backend/scripts/repair.php
2020-08-19 23:45:39 +02:00
setup:
php backend/scripts/setup.php
2020-08-24 22:46:24 +02:00
cache:
2020-08-19 23:45:39 +02:00
php backend/scripts/generate.php
2020-08-17 23:46:58 +02:00
clean:
2020-08-19 23:45:39 +02:00
rm -rf backend/cache/* backend/tmp/*