This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
TestOrg
/
HelloWorld
Seguir
3
Destacar
0
Fork
0
Ficheiros
Pull Requests
0
Explorar o código
Implement very simple makefile
DricomDragon
%!s(int64=5) %!d(string=hai) anos
pai
2747badefe
achega
384138afb2
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
makefile
+ 5
- 0
makefile
Ver ficheiro
@@ -0,0 +1,5 @@
+hello.out: main.cpp
+ g++ main.cpp -o hello.out
+
+clean:
+ rm hello.out