projects
/
apple
/
configd.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
configd-699.30.1.tar.gz
[apple/configd.git]
/
Plugins
/
Logger
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
0 / 6 ( 0%)
Commit
Line
Data
1
logger: logger.c
2
cc -Wall -g -DMAIN -o logger logger.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
3
4
clean:
5
rm -rf logger logger.dSYM
6