Skip to content

Commit

Permalink
Fix trying to compile using makefile on osx failing with 'No rule to …
Browse files Browse the repository at this point in the history
…make target 'darwin'
  • Loading branch information
UnknownShadow200 committed Aug 10, 2019
1 parent 49714a3 commit 445ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -76,7 +76,7 @@ mingw:
$(MAKE) $(ENAME) PLAT=mingw -j$(JOBS)
solaris:
$(MAKE) $(ENAME) PLAT=sunos -j$(JOBS)
osx:
darwin:
$(MAKE) $(ENAME) PLAT=darwin -j$(JOBS)
freebsd:
$(MAKE) $(ENAME) PLAT=freebsd -j$(JOBS)
Expand Down

0 comments on commit 445ff1c

Please sign in to comment.