5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
all:
|
||
|
(cd microcode; make all)
|
||
|
install:
|
||
|
./install.sh ${PREFIX}
|