Remove accidental make clean on tests

This commit is contained in:
Toby Jaffey 2025-12-13 18:16:00 +00:00
parent d72955690f
commit faab397178

View file

@ -1,7 +1,7 @@
.PHONY: test .PHONY: test
all: all:
(cd test && make clean) (cd test && make)
(cd hosts && make) (cd hosts && make)
(cd apps && make) (cd apps && make)