Added some shit
This commit is contained in:
5
C++/FirstProgram/makefile
Normal file
5
C++/FirstProgram/makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all: main.cpp
|
||||
g++ -g -Wall -o main main.cpp
|
||||
|
||||
clean:
|
||||
$(RM) main
|
||||
Reference in New Issue
Block a user