summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-11 09:18:26 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-11 09:18:26 -0300
commitf6cd17abe2e788c2b1a1983a4d7efbd3b49880ca (patch)
tree1e78bf3ced07950a572b1d94c4b029c540c73148 /Makefile
parent5aeabd234a6d1b8ee9318fd7970a67f27a9eab6f (diff)
downloadPSP.git-f6cd17abe2e788c2b1a1983a4d7efbd3b49880ca.tar.gz
PSP.git-f6cd17abe2e788c2b1a1983a4d7efbd3b49880ca.tar.xz
PSP.git-f6cd17abe2e788c2b1a1983a4d7efbd3b49880ca.zip
Refreshed ignored files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8d41f83..0000000
--- a/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-.PHONY: clean All
-
-All:
- @echo "----------Building project:[ Project - Release_Windows_x64 ]----------"
- @cd "Project" && "$(MAKE)" -f "Project.mk"
-clean:
- @echo "----------Cleaning project:[ Project - Release_Windows_x64 ]----------"
- @cd "Project" && "$(MAKE)" -f "Project.mk" clean