We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb3c21 commit aedfb75Copy full SHA for aedfb75
Makefile
@@ -20,6 +20,7 @@ dist:
20
rm -Rf $(DIST).zip
21
mkdir $(DIST)
22
cp -Rf src/SQLite.cs $(DIST)/
23
+ cp -Rf src/SQLite.MonoTouchAdmin.cs $(DIST)/
24
cp -Rf readme.txt $(DIST)/
25
rm -Rf $(DIST)/src/.svn
26
cp -Rf examples $(DIST)/
0 commit comments