Skip to content

Commit

Permalink
fix(tmp): tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Feb 21, 2024
1 parent 365269e commit eeda606
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 @@ -5,7 +5,7 @@ OS := $(shell uname)
all: up

setup:
ifeq ($(OS),Darwin) # Mac OS X
ifeq ($(OS),Darwin)
./setup-osx.sh
else ifeq ($(OS),Linux)
./setup-unix.sh
Expand Down

0 comments on commit eeda606

Please sign in to comment.