Update Makefile and submodule URL (#62)

This commit is contained in:
Marcel Waldvogel 2017-08-22 10:51:47 +02:00 коммит произвёл Klaus
Родитель 93bf6260b9
Коммит 467661f969
2 изменённых файлов: 2 добавлений и 1 удалений

2
.gitmodules поставляемый
Просмотреть файл

@ -1,3 +1,3 @@
[submodule "js/jsxc"]
path = js/jsxc
url = https://github.com/sualko/jsxc.git
url = https://github.com/jsxc/jsxc.git

Просмотреть файл

@ -1,3 +1,4 @@
.PHONY: all install
all: install
grunt build
install: