Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
* Note that this makefile relies on some local foo that you are unlikely
  to have.
  • Loading branch information
bwalex committed May 13, 2011
1 parent fff7218 commit 95d1abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
@@ -0,0 +1,4 @@
all:
gcc -O0 -Wall -g tc-play.c crc32.c openssl/openssl/libcrypto.a -o tc-play -ldevmapper -lprop
clean:
rm -f tc-play tc-play.core *.o ktrace.out

0 comments on commit 95d1abc

Please sign in to comment.