projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
S_del_body is sufficiently small that inlining it is a space win.
[p5sagit/p5-mst-13.2.git]
/
vmesa
/
Makefile
Commit
Line
Data
092bebab
1
CCCMD=`sh $(shellflags) ../cflags $@`
2
3
all : vm perl
4
5
depend :
92171ea8
6
cd .. && $(MAKE) depend
092bebab
7
8
vm : vmesa.o
92171ea8
9
cp vmesa.o ../vmesa.o
092bebab
10
11
perl :
92171ea8
12
cd .. && $(MAKE)
092bebab
13
14
vmesa.o : vmesa.c
8b3146cf
15
$(CCCMD) vmesa.c