diff options
author | stww <securethewebwith@priveasy.de> | 2011-10-31 17:23:41 (GMT) |
---|---|---|
committer | stww <securethewebwith@priveasy.de> | 2011-10-31 17:23:41 (GMT) |
commit | 635b2bb4009a6f9f66ffbed9b5d94173f6ac029b (patch) | |
tree | 61b07578ba272d32a7db298262480fa54ed924a9 /Makefile |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3d01676 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +CFLAGS=-std=gnu99 -pedantic -Wall -Os + +all: forcessl + + +clean: + -rm forcessl *~ |