mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 00:50:09 +01:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
## -*- makefile -*-
|
|
|
|
configure:
|
|
./autogen.sh --no-configure
|
|
|
|
.SILENT:
|
|
|
|
.PHONY: configure
|