aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-03 13:45:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-03 13:45:16 +0200
commit4861d5d761aadb875d9096a6b809f60b5ee9e4e6 (patch)
tree7d22f1a0fe243493d18077e306d1a1064cb40da6 /Makefile
parentIts still not working (diff)
downloadgo2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.gz
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.bz2
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.xz
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.zst
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.zip
Caps ffs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27cd0ed..03657e4 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ build:
go build -o ${TARGET} ${SRCS}
clean:
+ go clean
${RM} ${TARGET}
run: