8 lines
91 B
Makefile
8 lines
91 B
Makefile
## -*- makefile -*-
|
|
|
|
configure:
|
|
./autogen.sh --no-configure
|
|
|
|
.SILENT:
|
|
|
|
.PHONY: configure
|