Изменен Makefile

This commit is contained in:
Victor Chapaev 2024-09-26 11:15:09 +03:00
parent 5ecbc154fa
commit a5fd240cf3
Signed by: victor
GPG Key ID: 05ACE065D1EC5CA4

View File

@ -7,3 +7,9 @@ all:
clean:
rm -f go.sum dht-exporter
reset:
git reset --hard
git clean -dfx
.PHONY: all clean reset