This website requires JavaScript.
Explore
Help
Sign In
dasharo
/
systemd
Watch
0
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/Dasharo/systemd.git
synced
2026-03-06 15:02:31 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fdf666bc76658de964bf9fcf61b218d7bdd4b4f7
systemd
/
Makefile
T
6 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
build-sys: add basic support for ./configure && make && make install
2017-07-13 20:57:43 -04:00
all
:
ninja -C build
install
:
build-sys: Fix Makefile wrapper for install target (
#6548
)
2017-08-07 11:29:20 +02:00
DESTDIR
=
$(
DESTDIR
)
ninja -C build install
Reference in New Issue
Copy Permalink