10 lines
166 B
Makefile
Executable file
10 lines
166 B
Makefile
Executable file
# Makefile for lib/i86.
|
|
|
|
MAKE = exec make -$(MAKEFLAGS)
|
|
|
|
install:
|
|
cd em && $(MAKE)
|
|
cd int64 && $(MAKE)
|
|
cd misc && $(MAKE)
|
|
cd rts && $(MAKE)
|
|
cd string && $(MAKE)
|