summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 23:55:12 -0600
committerJeff Carr <[email protected]>2025-01-10 23:55:12 -0600
commit51a326c5d75ac1635de92bf2636f5050326b459e (patch)
tree23ff99a7f6601e50f24733935669c287afd45ea7 /Makefile
parentf3297022a8ed73db93842311d4b1429e8f69e8c7 (diff)
still testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9562c0e..23d7038 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
+hmm: test
+
simple: build
# make -C example clean simpleMutexGlobal goimports vet
make -C example clean simpleMutexProtoc goimports vet
@@ -40,8 +42,8 @@ auto:
# rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
test:
- make -C example rawproto
make -C example modproto
+ make -C example rawproto
junk:
cd example; rm -f go.* *.pb.go