-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
45 lines (29 loc) · 880 Bytes
/
Makefile
File metadata and controls
45 lines (29 loc) · 880 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
# Structured_models
# Not much of a repo, is it. Maybe more old-fashioned than Life_tables?
current: target
-include target.mk
# -include makestuff/perl.def
######################################################################
# Content
vim_session:
bash -ic "vmt"
######################################################################
## Content
Sources += $(wildcard *.R *.ssv)
dandy.Rout: funs.Rout
salmon.Rout: salmon.ssv funs.Rout
squirrels.Rout: squirrels.ssv funs.Rout
######################################################################
### Makestuff
Sources += Makefile
Ignore += makestuff
msrepo = https://github.com/dushoff
Makefile: makestuff/Makefile
makestuff/Makefile:
git clone $(msrepo)/makestuff
ls $@
-include makestuff/os.mk
-include makestuff/wrapR.mk
-include makestuff/git.mk
-include makestuff/visual.mk
-include makestuff/projdir.mk