Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Keep Makefile consistent with others
Browse files Browse the repository at this point in the history
Well, consistent-ish. I'm still working on consistent
  • Loading branch information
SeanTAllen committed Nov 10, 2019
1 parent b4149ef commit 1abea02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ ifdef config
endif
endif

PONYC ?= ponyc
ifeq ($(config),debug)
PONYC += --debug
ifeq ($(config),release)
PONYC = ponyc
else
PONYC = ponyc --debug
endif

ifneq ($(arch),)
Expand Down

0 comments on commit 1abea02

Please sign in to comment.