Justfile targets adjusted for cleaning podman with podman-clean

This commit is contained in:
Imbus 2024-02-20 14:10:07 +01:00
parent fef0a7d0f5
commit b21266e0e0

View file

@ -29,3 +29,8 @@ clean: remove-podman-containers
rm -f ttime-server.tar.gz rm -f ttime-server.tar.gz
cd backend && make clean cd backend && make clean
@echo "Cleaned up!" @echo "Cleaned up!"
# Cleans up everything related to podman, not just the project. Make sure you understand what this means.
[confirm]
podman-clean:
podman system reset --force