Skip to content

Commit

Permalink
Fix make dir output
Browse files Browse the repository at this point in the history
  • Loading branch information
wsvn53 committed Jun 2, 2022
1 parent f9fb903 commit 8935cb8
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
@@ -1,6 +1,7 @@
all: libs libadb.a libadb.include

libs:
[[ -d output ]] || mkdir output && echo "mkdir output"
make -C porting

libadb.include:
Expand Down

0 comments on commit 8935cb8

Please sign in to comment.