You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standards-hardening: standards-properties standards-data-driver-fuzz ## Run long standards hardening checks
15
51
16
52
clippy: setup-compiler ## Run clippy
17
-
$(MAKE)$(SUBDIRS) MAKECMDGOALS=clippy
53
+
$(MAKE)$(LEGACY_SUBDIRS) MAKECMDGOALS=clippy
18
54
19
55
keys: ## Create the keys for the circuits
20
56
./scripts/download-rusk.sh
@@ -24,9 +60,9 @@ COMPILER_VERSION=v0.3.0-rc.1
24
60
setup-compiler: ## Setup the Dusk Contract Compiler
25
61
@./scripts/setup-compiler.sh $(COMPILER_VERSION)
26
62
27
-
doc: $(SUBDIRS)## Run doc gen
63
+
doc: $(LEGACY_SUBDIRS)## Run doc gen
28
64
29
-
$(SUBDIRS):
65
+
$(LEGACY_SUBDIRS)$(STANDARDS_WASM_CONTRACTS):
30
66
$(MAKE) -C $@$(MAKECMDGOALS)
31
67
32
-
.PHONY: all test help $(SUBDIRS)
68
+
.PHONY: all test help standards-fmt standards-check standards-test standards-wasm standards-clippy standards-ci standards-data-drivers standards-properties standards-data-driver-fuzz standards-hardening $(LEGACY_SUBDIRS)$(STANDARDS_WASM_CONTRACTS)
0 commit comments