1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-12-03 17:26:54 +01:00
lodel2_mirror/install/Makefile
Yann c7b583d416 New webui plugin + create_instance.sh update
- create_instance.sh create some symbolic links
- webui plugin that add webui configuration variable
2016-05-18 16:12:40 +02:00

6 lines
105 B
Makefile

python=python3
all: dyncode
dyncode:
$(python) -c 'import lodel_admin; lodel_admin.refresh_dyncode()'