First Experiment

This commit is contained in:
Asrın Doğan
2020-01-04 14:20:07 +03:00
parent ef5e4b28e0
commit 1db08172ee
4 changed files with 202 additions and 0 deletions

2
FirstTest/makefile Normal file
View File

@@ -0,0 +1,2 @@
main.exe : *.cpp
g++ -o main.exe main.cpp *.hpp ../SFML/*.a