5 lines
57 B
Makefile
5 lines
57 B
Makefile
|
all: boost.spec
|
||
|
|
||
|
boost.spec: boost.spec.in
|
||
|
@./mkspec.sh
|