Skip to content

Commit

Permalink
Makefile.in: remove $(WORKSPACE_DIR)/_build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Mar 5, 2024
1 parent c64d73a commit 4b9df69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ clean:
-rm -rf $(abs_builddir)/opendylan-*.tar.bz2
-rm -rf $(BOOTSTRAP_1_REGISTRY)
-rm -rf $(WORKSPACE_DIR)/registry
-rm -rf $(WORKSPACE_DIR)/_build
@for target_platform in $(RUNTIME_TARGET_PLATFORMS); do \
$(MAKE) -C $(RUNTIME) \
OPEN_DYLAN_TARGET_PLATFORM=$$target_platform \
Expand Down

0 comments on commit 4b9df69

Please sign in to comment.