summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-04 12:49:26 -0600
committerJeff Carr <[email protected]>2024-01-04 12:49:26 -0600
commit1f0e212002c2c5b34ea23d91e504ed59d31cab22 (patch)
treed40e6caaa970ad63ae86199ad11b65ae9397feb1 /Makefile
parent973f6411f4a59dcf21a8151d21578775deb340e0 (diff)
logSettings window moved to 'gui/gadgets'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c1e8774..93ffb6a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
# git remote add github [email protected]:wit-go/gui-debugger.git
+all:
+ go mod tidy
+
github:
git push -u github master
git push -u github devel