We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d1c771 + bf8c6ba commit 84dcc5fCopy full SHA for 84dcc5f
3 files changed
Makefile
@@ -20,7 +20,8 @@ test: ## Test all targets
20
go test -timeout 1h ./...
21
22
clean: ## Clean previous builds
23
- go clean -cache ./..
+ go clean -cache
24
+ go clean ./..
25
rm -f objectbox-generator
26
rm -f objectbox-generator.exe
27
rm -rf third_party/flatbuffers-c-bridge/cmake-build
0 commit comments