make/Makefile

changeset 54
b6c69beebde6
parent 26
8a5922638ff0
child 64
a704700470fb
equal deleted inserted replaced
53:265c46dbcf43 54:b6c69beebde6
183 # Default target and expected 'do everything' target 183 # Default target and expected 'do everything' target
184 all: test docs 184 all: test docs
185 185
186 # Standard make clobber target 186 # Standard make clobber target
187 clobber: clean 187 clobber: clean
188 $(ECHO) "Cleaning Nashorn! #1"
188 189
189 # All ant targets of interest 190 # All ant targets of interest
190 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests 191 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
191 192
192 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) 193 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)

mercurial