Skip to content

Commit 7bc24a5

Browse files
committed
Improve recursive Make invocation
1 parent b33396a commit 7bc24a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ distclean: clean
223223

224224
clean:
225225
rm -f *.obj *.o *.lib *.a *.exe *.opt *.cmx *.dll *.exp *.cmi *.cmo *~ version.res version.ml COMPILER-* Compat.ml
226-
cd test && $(MAKE) clean
226+
$(MAKE) -C test clean
227227

228228

229229
## Packaging

0 commit comments

Comments
 (0)