This website requires JavaScript.
Explore
Help
Sign In
mirror
/
labs-bird
Watch
1
Star
0
Fork
0
mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced
2024-05-11 16:54:54 +00:00
Code
Releases
Activity
Files
cli-completion
labs-bird
/
filter
/
Makefile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
5 lines
87 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Build system reworked to one global Makefile with includes and no nesting
2016-04-12 11:14:54 +02:00
src
:=
filter.c f-util.c tree.c trie.c
obj
:=
$(
src-o-files
)
$(
all
-
daemon
)
$(
cf
-
local
)
Copy Permalink