aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 6d3ac12..0000000
--- a/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-cpprender: source/*
-#cd object_files
- g++ -g -c source/*
-#cd ..
- mv *\.o object_files/
- g++ object_files/* -o cpprender -lsfml-graphics -lsfml-window -lsfml-system
- rm source/*gch
-
-run: cpprender
- ./cpprender