Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
bb9638bb
You need to sign in or sign up before continuing.
Unverified
Commit
bb9638bb
authored
Jan 23, 2025
by
Jakob Görgen
Browse files
symphony/rules: added clean target for symphony dist folders
parent
e2443c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
symphony/rules.mk
symphony/rules.mk
+6
-2
No files found.
symphony/rules.mk
View file @
bb9638bb
...
@@ -43,7 +43,11 @@ symphony-publish:
...
@@ -43,7 +43,11 @@ symphony-publish:
poetry publish
-r
$(SYMPHONY_PUBLICATION_REPO)
)
;
\
poetry publish
-r
$(SYMPHONY_PUBLICATION_REPO)
)
;
\
done
done
.PHONY
:
symphony-dev symphony-build symphony-publish
TO_CLEAN
:=
$(
addsuffix
/dist,
$(
addprefix
$(SYMPHONY_DIR)
,
$(SYMPHONY_MODS)
))
symphony-clean
:
rm
-rf
$(TO_CLEAN)
CLEAN
:=
$(
addsuffix
/dist,
$(
addprefix
$(SYMPHONY_DIR)
,
$(SYMPHONY_MODS)
))
.PHONY
:
symphony-dev symphony-build symphony-publish symphony-clean
CLEAN
:=
$(TO_CLEAN)
include
mk/subdir_post.mk
include
mk/subdir_post.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment