-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile
More file actions
33 lines (22 loc) · 668 Bytes
/
Copy pathMakefile
File metadata and controls
33 lines (22 loc) · 668 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
## INACTIVE: See https://github.com/dushoff/makestuff.git
## This is a sample Makefile for getting started with makestuff
current: target
-include target.mk
Ignore = target.mk
# -include makestuff/perl.def
vim_session:
bash -ic "vmt"
######################################################################
### Makestuff
Sources += Makefile
Ignore += makestuff
msrepo = https://github.com/dushoff
Makefile: makestuff/00.stamp
makestuff/%.stamp:
- $(RM) makestuff/*.stamp
(cd makestuff && $(MAKE) pull) || git clone $(msrepo)/makestuff
touch $@
-include makestuff/os.mk
## -include makestuff/pipeR.mk
-include makestuff/git.mk
-include makestuff/visual.mk