Skip to content

Commit

Permalink
remove the "-p" option since it creates a directory named "-p"
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 26, 2016
1 parent e1ad143 commit 66928dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean:
$(MAKE) clean -C $(SUBDIRS)

builddir ::
mkdir -p build
mkdir build
python utils/build_preparation.py . build

makebuilddir :: builddir
Expand Down

0 comments on commit 66928dc

Please sign in to comment.