Skip to content

Commit

Permalink
Add removing distribute directory when make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kloudkl committed Jan 13, 2014
1 parent dd33fda commit 9e7945a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ clean:
@- $(RM) include/$(PROJECT)/proto/$(PROJECT).pb.h
@- $(RM) python/$(PROJECT)/proto/$(PROJECT)_pb2.py
@- $(RM) -rf $(BUILD_DIR)
@- $(RM) -rf $(DISTRIBUTE_DIR)

distribute: all
mkdir $(DISTRIBUTE_DIR)
Expand Down

0 comments on commit 9e7945a

Please sign in to comment.