Skip to content

Commit 7053ab2

Browse files
author
josh
committed
make clean-all via git submodule foreach
1 parent 74ec41a commit 7053ab2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ clean:
8383
rm -rf target
8484

8585
clean-all: clean
86-
cd libs/hamcrest-rust && make clean
87-
cd libs/hammer.rs && make clean
88-
cd libs/toml-rs && make clean
86+
git submodule foreach make clean
8987

9088
install:
9189
install -d $(DESTDIR)$(BINDIR)

0 commit comments

Comments
 (0)