Browse code

update makefile

GuangchuangYu authored on 21/07/2016 13:24:22
Showing 2 changed files

... ...
@@ -1,4 +1,7 @@
1 1
 .git
2 2
 .Rhistory
3 3
 R/.Rhistory
4
-
4
+Makefile
5
+TODO.md
6
+README.md
7
+appveyor.yml
... ...
@@ -22,3 +22,7 @@ check: build
22 22
 clean:
23 23
 	cd ..;\
24 24
 	$(RM) -r $(PKGNAME).Rcheck/
25
+
26
+svnignore:
27
+	svn propset svn:ignore -F .svnignore .
28
+