-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
47 lines (29 loc) · 833 Bytes
/
Makefile
File metadata and controls
47 lines (29 loc) · 833 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
38
39
40
41
42
43
44
45
46
47
## This is stochInv
## https://github.com/ICI3D/stochasticInvasion.git
current: target
-include target.mk
Ignore = target.mk
# -include makestuff/perl.def
vim_session:
bash -cl "vmt"
######################################################################
autopipeR = defined
Sources += $(wildcard *.R)
test.Rout: test.R
Heterogeneity_Model.Rout: Heterogeneity_Model.R
######################################################################
Sources += $(wildcard *.md)
### Makestuff
Sources += Makefile
## Sources += content.mk
## include content.mk
Ignore += makestuff
msrepo = https://github.com/dushoff
Makefile: makestuff/Makefile
makestuff/Makefile:
git clone $(msrepo)/makestuff
ls makestuff/Makefile
-include makestuff/os.mk
-include makestuff/pipeR.mk
-include makestuff/git.mk
-include makestuff/visual.mk