Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Luke Bratch
udprelay
eb6b5efee671458ae8c236dacafb38bf0cfc9231
udprelay
Makefile
Find file
Normal view
History
Permalink
Makefile
92 Bytes
Newer
Older
Initial commit
Luke Bratch
committed
12 years ago
1
2
3
4
5
6
7
CC
=
gcc
codegen
:
udprelay.c
$(
CC
)
udprelay.c
-o
udprelay
clean
:
codegen
rm
-f
udprelay
Menu
Explore
Projects
Groups
Topics
Snippets