Skip to content

Commit

Permalink
restore make -C src ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Feb 8, 2024
1 parent acb7fd2 commit 7dbeb38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
7 changes: 1 addition & 6 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,15 @@ clean-snapshot:

.PHONY: full-boot
full-boot:
+$(MAKE) build
+$(MAKE) clean-snapshot
+$(MAKE) boot

.PHONY: proofs
proofs:
+$(MAKE) -C $@

.PHONY: share
share:
+$(MAKE) -C ../share/steel

.PHONY: test
test: proofs share
test: share

.PHONY: check-for-changes
check-for-changes:
Expand Down
12 changes: 0 additions & 12 deletions src/proofs/Makefile

This file was deleted.

0 comments on commit 7dbeb38

Please sign in to comment.