1
0
Fork 0

Added min target to .PHONY and all target

closure/master
Mike Gerwitz 2011-05-25 22:04:19 -04:00
parent 14b4a19b37
commit 46b974dbbe
1 changed files with 2 additions and 2 deletions

View File

@ -37,11 +37,11 @@ doc_replace := s/<\/body>/<script type="text\/javascript" \
COMBINE=${PATH_TOOLS}/combine
.PHONY: combine doc test test-combine
.PHONY: combine min doc test test-combine
default: combine min
all: combine doc
all: combine min doc
# create build dir
$(PATH_BUILD):