Skip to content

Commit

Permalink
Makefile and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iafonov committed Jan 15, 2012
1 parent 110e52c commit 79f7b8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.o
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
CFLAGS?=-O4 -Wall

default: multipart_parser.o

multipart_parser.o: multipart_parser.c multipart_parser.h

clean:
rm -f *.o

0 comments on commit 79f7b8f

Please sign in to comment.