Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mskdenigma authored and adsr committed Sep 11, 2023
1 parent 4daedf7 commit 5e77f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ vendor/termbox2/termbox2.h:
if [ -d "$(CURDIR)/.git" ]; then \
git submodule update --init --recursive; \
cd vendor/termbox2 && git reset --hard; \
else \
cd vendor; \
else \
cd vendor; \
git clone https://github.com/termbox/termbox2.git; \
fi
fi

test: phpspy $(phpspy_tests)
@total=0; \
Expand Down

0 comments on commit 5e77f5b

Please sign in to comment.