Explorar o código

Implement very simple makefile

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
384138afb2
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      makefile

+ 5 - 0
makefile

@@ -0,0 +1,5 @@
+hello.out: main.cpp
+	g++ main.cpp -o hello.out
+
+clean:
+	rm hello.out