makefile for testing.cpp

Use this if you don't want to manually type things to compile `testing.cpp`
This commit is contained in:
latenightz 2021-04-26 16:48:01 +00:00
parent 88bb9c53c2
commit f5904808a5
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
full:
@echo "Compiling...";
g++ testing.cpp -o tst