forked from bbolker/bio3ss3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
37 lines (24 loc) · 779 Bytes
/
Makefile
File metadata and controls
37 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# bio3ss3
### Hooks for the editor to set the default target
current: target
target pngtarget pdftarget vtarget acrtarget: notarget
##################################################################
# make files
Sources = Makefile .gitignore README.md stuff.mk LICENSE.md
include stuff.mk
# include $(ms)/perl.def
##################################################################
## Content
# noscrapea
reinstall:
R CMD build .
R CMD check <tarball>
R CMD INSTALL <tarball>
######################################################################
### Makestuff
## Change this name to download a new version of the makestuff directory
# Makefile: start.makestuff
-include $(ms)/git.mk
-include $(ms)/visual.mk
# -include $(ms)/wrapR.mk
# -include $(ms)/oldlatex.mk