parent
c4937299dc
commit
760b82a067
3
Makefile
3
Makefile
|
@ -3,7 +3,8 @@
|
||||||
run: build
|
run: build
|
||||||
# ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
|
# ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
|
||||||
cp -f control-panel-dns ~/
|
cp -f control-panel-dns ~/
|
||||||
./control-panel-dns --tmp-log
|
# ./control-panel-dns --tmp-log
|
||||||
|
./control-panel-dns
|
||||||
|
|
||||||
check-git-clean:
|
check-git-clean:
|
||||||
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
||||||
|
|
Loading…
Reference in New Issue