Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Refinedrust Dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Gäher
Refinedrust Dev
Commits
961b9059
Commit
961b9059
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
remove frontend dependency
parent
ecf71426
No related branches found
No related tags found
1 merge request
!28
Build system tweaks + repo cleanup
Pipeline
#98957
passed with warnings
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
961b9059
...
...
@@ -45,7 +45,7 @@ case_studies.proof: $(CASE_STUDIES:=.proof)
clean_case_studies
:
$(CASE_STUDIES:=.clean)
.PHONY
:
clean_case_studies
generate_case_studies
:
frontend
generate_case_studies
:
generate_case_studies
:
$(CASE_STUDIES:=.crate)
.PHONY
:
generate_case_studies
...
...
@@ -61,14 +61,14 @@ clean_stdlib:
RUST_PATH
=
$(
RUST_PATH
)
$(
MAKE
)
-C
stdlib clean_stdlib
.PHONY
:
clean_stdlib
generate_stdlib
:
frontend
generate_stdlib
:
RUST_PATH
=
$(
RUST_PATH
)
$(
MAKE
)
-C
stdlib generate_stdlib
.PHONY
:
generate_stdlib
### Calling the frontend
# this adds the path to the built frontend so cargo can find it
%.crate
:
export PATH := $(CURDIR)/rr_frontend/$(RUST_PATH):$(PATH)
%.crate
:
%
frontend
%.crate
:
%
cd
$*
&&
cargo refinedrust
%.clean
:
phony
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment