This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
adminPyf
/
libevent_study
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
提交makefike
master
adminPyf
3 years ago
parent
d38c94f2c1
commit
33e320773d
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
first_libevent/Makefile
+2
-0
test_libevent/Makefile
+ 2
- 0
first_libevent/Makefile
View File
@ -0,0 +1,2 @@
firstlibevent
:
first_libevent
.
cpp
g++ $^ -o
$@
-levent
+ 2
- 0
test_libevent/Makefile
View File
@ -0,0 +1,2 @@
firstlibevent
:
test_libevent
.
cpp
g++ $^ -o
$@
-levent
Write
Preview
Loading…
Cancel
Save