This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
TestOrg
/
HelloWorld
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Pull-pyynnöt
0
Selaa lähdekoodia
Implement very simple makefile
DricomDragon
5 vuotta sitten
vanhempi
2747badefe
commit
384138afb2
1 muutettua tiedostoa
jossa
5 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
5
0
makefile
+ 5
- 0
makefile
Näytä tiedosto
@@ -0,0 +1,5 @@
+hello.out: main.cpp
+ g++ main.cpp -o hello.out
+
+clean:
+ rm hello.out