Remove dist

This commit is contained in:
Malachi Soord
2021-02-11 21:45:08 +01:00
parent ef9ab09640
commit 81052a37c4
+1 -1
View File
@@ -17,5 +17,5 @@ build:
-o bin/sysctl-${GOOS}-${GOARCH} ${PROJECT}/cmd/sysctl
clean:
rm -rf ${BUILD_DIR} ${DIST_DIR}
rm -rf ${BUILD_DIR}
go clean