ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.1.0/ipcache/Makefile
Revision: 3253
Committed: Wed Apr 2 20:46:18 2014 UTC (10 years ago) by michael
File size: 146 byte(s)
Log Message:
- Imported pxys2-2.1.0

File Contents

# Content
1 DEFS = -DCACHESIZE=10000000 -DLOOPS=10000000 -DIPCACHE_TEST
2
3 all:
4 gcc -Wall $(DEFS) -o ipcache_test ipcache.c -lpeak
5
6 clean:
7 rm -f ipcache_test