Makefile fix
parent
d87a0dffc2
commit
e2570db8e4
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ BINARY = f
|
||||||
IMAGE = factor.image
|
IMAGE = factor.image
|
||||||
BUNDLE = Factor.app
|
BUNDLE = Factor.app
|
||||||
BUNDLE_BINARY = $(BUNDLE)/Contents/MacOS/Factor
|
BUNDLE_BINARY = $(BUNDLE)/Contents/MacOS/Factor
|
||||||
BUNDLE_IMAGE = $(BUNDLE)/Contents/factor.image
|
BUNDLE_IMAGE = $(BUNDLE)/Contents/Resources/factor.image
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
DEFAULT_CFLAGS = -g
|
DEFAULT_CFLAGS = -g
|
||||||
|
|
Loading…
Reference in New Issue