Podman command for `make clean`

Noah 2022-01-08 17:35:11 -08:00
parent f3e1fdd217
commit 32d4d4cd04
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ SHELL := /bin/bash
clean:
rm -rf ./dist
docker system prune -a
podman system reset
.PHONY: 64bit
64bit: