forked from ICI3D/stochasticInvasion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
37 lines (23 loc) · 629 Bytes
/
Makefile
File metadata and controls
37 lines (23 loc) · 629 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
## This is stochInv
## https://github.com/ICI3D/stochasticInvasion.git
current: target
-include target.mk
# -include makestuff/perl.def
vim_session:
bash -cl "vmt"
######################################################################
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