repo.or.cz
/
nlq.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* improved nl_open() to bind a sockaddr_nl to the socket
[nlq.git]
/
Makefile
blob
4e811f495b3f1f375d08041b4afcc742820356d6
1
CC
=
diet gcc
2
CFLAGS
=-
Os
-
Wall
3
4
TOOL
=
nlq
5
OBJECTS
=
nlq.o netlink.o
6
7
.PHONY
:
all
clear
test
8
9
all
: $(
TOOL
)
10
11
$(
TOOL
): $(
OBJECTS
)
12
13
clean
:
14
rm
-
f
*
.o
$(
TOOL
)
15
16
test
:
all
17
.
/$(
TOOL
)
|| echo
$$
?