summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 18:37:27 -0600
committerJeff Carr <[email protected]>2024-01-19 18:37:27 -0600
commitdb36cef85a81d1978f5fe1d3bf46698547afd088 (patch)
tree92bea64224a34cc00a22f73d67ebcc3cb32a1d70 /Makefile
parentfa56bf146b80c84eea6f7cd46a589634a69aabef (diff)
more more into repostatus package
better working labels autotypist auto hides hide unmodified repos works again go build args out of order download the toolkits first auto rebuild of autotypist Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d45d1f4..f78ec44 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ build:
echo "build it!"
goimports -w *.go
-rm resources/*.so
+ cp ~/go/src/go.wit.com/toolkits/*.so resources/
go build -v -x
install:
- cp ~/go/src/go.wit.com/toolkits/*.so resources/
rm -f ~/go/src/go.wit.com/toolkits/*.so
go install -v -x
autotypist