Sfoglia il codice sorgente

Adding the emgraph rule in install/Makefile

Yann Weber 8 anni fa
parent
commit
fe6a6f4059
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      install/Makefile

+ 3
- 0
install/Makefile Vedi File

@@ -6,6 +6,9 @@ refreshdyn: distclean
6 6
 dbinit:
7 7
 	python -c "import utils; utils.db_init()"
8 8
 
9
+emgraph:
10
+	python -c "import utils; utils.em_graph()"
11
+
9 12
 .PHONY: clean cleanpycache cleanpyc refreshdyn distclean
10 13
 
11 14
 distclean: clean

Loading…
Annulla
Salva