This website works better with JavaScript
Home
Explore
Help
Sign In
kkn
/
test
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add Makefile
Kare Nuorteva
8 years ago
parent
dbeb2e9670
commit
0ca3057a6b
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
Makefile
+ 9
- 0
Makefile
View File
@@ -0,0 +1,9 @@
+
+build:
+ go build
+
+run: build
+ ./test
+
+clean:
+ rm -rf test