Explorar el Código

chore(Makefile): add clean task

ayntgl hace 4 años
padre
commit
61cf6f7383
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -1,2 +1,5 @@
 build:
 	go build -trimpath -ldflags "-s -w" .
+
+clean:
+	go clean