This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
TestOrg
/
HelloWorld
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Pull Requests
0
Ver Fonte
Implement very simple makefile
DricomDragon
há 5 anos atrás
pai
2747badefe
commit
384138afb2
1 ficheiros alterados
com
5 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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