summaryrefslogtreecommitdiff
path: root/3rdParty/libb64/base64/VisualStudioProject/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/libb64/base64/VisualStudioProject/Makefile')
-rw-r--r--3rdParty/libb64/base64/VisualStudioProject/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdParty/libb64/base64/VisualStudioProject/Makefile b/3rdParty/libb64/base64/VisualStudioProject/Makefile
new file mode 100644
index 0000000..047fcb9
--- /dev/null
+++ b/3rdParty/libb64/base64/VisualStudioProject/Makefile
@@ -0,0 +1,11 @@
+DEBRIS = base64.sdf base64.suo base64.vcxproj.user
+
+all:
+
+clean:
+ rm -rf Debug Release
+
+distclean: clean
+ rm -f $(DEBRIS)
+
+ \ No newline at end of file