This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kkn
/
test
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Add Makefile
Kare Nuorteva
8 anni fa
parent
dbeb2e9670
commit
0ca3057a6b
1 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
9
0
Makefile
+ 9
- 0
Makefile
Vedi File
@@ -0,0 +1,9 @@
+
+build:
+ go build
+
+run: build
+ ./test
+
+clean:
+ rm -rf test