We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1865b2b commit bf8c6baCopy full SHA for bf8c6ba
1 file 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