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