Added 'all' entry
This commit is contained in:
parent
d62d0c68ee
commit
ff4f0602ff
1 changed files with 5 additions and 0 deletions
|
@ -3,11 +3,16 @@ MAKEFILE=../../proto/libg/Makefile
|
|||
MACHDEF="MACH=vax4" "SUF=$(SUF)" "ASAR=ar"
|
||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||
|
||||
all:
|
||||
RANLIB=ranlib ; export RANLIB ;\
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
|
||||
|
||||
install:
|
||||
RANLIB=ranlib ; export RANLIB ;\
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
|
||||
|
||||
cmp:
|
||||
RANLIB=ranlib ; export RANLIB ;\
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
|
||||
-../../compare head_pc
|
||||
-../../compare tail_pc
|
||||
|
|
Loading…
Reference in a new issue