This website works better with JavaScript
Home
Explore
Help
Register
Sign In
claude
/
discordo-plus
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore(Makefile): add clean task
ayntgl
4 years ago
parent
87a073d827
commit
61cf6f7383
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
Makefile
+ 3
- 0
Makefile
View File
@@ -1,2 +1,5 @@
build:
go build -trimpath -ldflags "-s -w" .
+
+clean:
+ go clean