mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +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
|