make: Remove missing clean target

This is no longer present.
This commit is contained in:
James Shubin
2022-09-12 14:27:39 -04:00
parent 1e6a825412
commit f7e5402966

View File

@@ -173,7 +173,6 @@ crossbuild: ${crossbuild_targets}
clean: ## clean things up
$(MAKE) --quiet -C test clean
$(MAKE) --quiet -C lang/funcs clean
$(MAKE) --quiet -C lang clean
$(MAKE) --quiet -C misc/mkosi clean
rm -f lang/funcs/core/generated_funcs.go || true