diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 17:55:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 17:55:56 -0600 |
| commit | 760b82a06730334cbed76c5fac563c9ad00b91f6 (patch) | |
| tree | b34a3dce93dc63e0457395e5fafbaa169d4a84ef | |
| parent | c4937299dca449c2e6e473b5e3db09d747073340 (diff) | |
minor
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ run: build # ./control-panel-dns >/tmp/witgui.log.stderr 2>&1 cp -f control-panel-dns ~/ - ./control-panel-dns --tmp-log + # ./control-panel-dns --tmp-log + ./control-panel-dns check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) |
