This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
TestOrg
/
HelloWorld
Xem
3
Star
0
Fork
0
Các tập tin
Yêu cầu khéo về
0
Browse Source
Implement very simple makefile
DricomDragon
5 năm trước cách đây
mục cha
2747badefe
commit
384138afb2
1 tập tin đã thay đổi
với
5 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
5
0
makefile
+ 5
- 0
makefile
Xem Tập Tin
@@ -0,0 +1,5 @@
+hello.out: main.cpp
+ g++ main.cpp -o hello.out
+
+clean:
+ rm hello.out