Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Dec 7, 2010
1 parent c90e5ef commit cc5fce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include http-parser/http_parser.[ch]
include bjoern/*
include LICENSE
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(BUILD_DIR)/%.o: $(SOURCE_DIR)/%.c


prepare-build:
mkdir -p _build
mkdir -p $(BUILD_DIR)

clean:
rm -f $(BUILD_DIR)/*
Expand Down

0 comments on commit cc5fce6

Please sign in to comment.