Added .distr file, added 'all' entry in Makefile
This commit is contained in:
parent
27f332943d
commit
84a9bf8832
2
mach/em22/libm2/.distr
Normal file
2
mach/em22/libm2/.distr
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
compmodule
|
||||
@ -3,6 +3,9 @@ MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=int22" "SUF=$(SUF)"
|
||||
M2DEF="PREF=m2" "SUB=" "SRC=lang/m2/libm2"
|
||||
|
||||
all:
|
||||
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
|
||||
|
||||
install:
|
||||
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user