Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #47790
Ticket #47790
: Makefile
File Makefile,
172 bytes
(added by
janstary (Jan Starý)
,
9 years ago
)
provide a minimal Makefile as pstree doesn't have one
Line
1
BIN
=
pstree
2
MAN
=
pstree.1
3
4
all
:
pstree
5
6
pstree
:
pstree.c
7
$(
CC
)
$(
CFLAGS
)
-o pstree pstree.c
8
9
install
:
$(
BIN
)
$(
MAN
)
10
install
$(
BIN
)
$(
BINDIR
)
11
install
$(
MAN
)
$(
MANDIR
)
12
Download in other formats:
Original Format