summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-11-06 11:48:27 -0700
committerSimponic <loganthebean222@gmail.com>2020-11-06 11:48:27 -0700
commitf4e392912a3812b602f787c6db30296cea14962e (patch)
tree0207b67ab6bb4bca46f56b2fa51d23b5433bb2f4 /makefile
downloadtozy-f4e392912a3812b602f787c6db30296cea14962e.tar.gz
tozy-f4e392912a3812b602f787c6db30296cea14962e.zip
Added files
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..3ea6686
--- /dev/null
+++ b/makefile
@@ -0,0 +1,3 @@
+CXX = g++
+CXXFLAGS = -lsfml-graphics -lsfml-window -lsfml-system
+