Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemu3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
nemu3
4a2add4b38713a570a5f00930c21fba3325d8066
4a2add4b38713a570a5f00930c21fba3325d8066
Switch branch/tag
nemu3
benchmarks
Makefile
Find file
Normal view
History
Permalink
Makefile
80 Bytes
Edit
Web IDE
Newer
Older
simple makefile
Martín Ferrari
committed
14 years ago
1
2
3
4
5
6
7
8
CFLAGS
=
-Wall
-g
-O3
all
:
udp-perf
clean
:
rm
-f
udp-perf
.PHONY
:
clean all