diff --git a/Makefile b/Makefile index bb7c498..59c7b24 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,9 @@ build: docker build -t $(IMAGE_NAME) . run: - docker compose up \ No newline at end of file + docker compose up + +clean: + rm -rf config/* + git restore config/server.cfg + \ No newline at end of file