making custom version of 03g1-debugging with unit test stuff (I think?)
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,11 +7,13 @@
|
||||
# make MXMLC=/path/to/my/mxmlc
|
||||
MXMLC ?= mxmlc
|
||||
COMPC ?= compc
|
||||
|
||||
ifdef DEBUG
|
||||
MXMLC_FLAGS ?= -warnings -strict -debug -keep-generated-actionscript
|
||||
else
|
||||
MXMLC_FLAGS ?= -warnings -strict
|
||||
endif
|
||||
MXMLC_FLAGS += -l+=$(HOME)/.local/share/flexunit
|
||||
|
||||
|
||||
# define all dependency mxml paths and their swf path targets
|
||||
|
Reference in New Issue
Block a user