mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
7 lines
126 B
Makefile
7 lines
126 B
Makefile
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
|
||
|
all setup run clean clean-again:
|
||
|
true
|
||
|
|
||
|
.PHONY: all setup run clean clean-again
|