5 lines
44 B
Makefile
5 lines
44 B
Makefile
|
SHELL = /bin/sh
|
||
|
|
||
|
all:
|
||
|
${SHELL} ./bootstrap
|