removed the useless 'combined' file
This commit is contained in:
parent
36e9240e9b
commit
4877c5005b
2 changed files with 3 additions and 1495 deletions
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ SOURCES = lib/pixastic/pixastic.core.js \
|
|||
lib/pixastic/actions/sharpen.js \
|
||||
lib/ComicBook.js
|
||||
|
||||
all: reset lib/ComicBook.combined.js lib/ComicBook.min.js
|
||||
all: reset lib/ComicBook.combined.js lib/ComicBook.min.js clean
|
||||
|
||||
lib/ComicBook.combined.js: ${SOURCES}
|
||||
cat > $@ $^
|
||||
|
@ -15,4 +15,6 @@ lib/ComicBook.min.js: lib/ComicBook.combined.js
|
|||
|
||||
reset:
|
||||
rm lib/ComicBook.min.js
|
||||
|
||||
clean:
|
||||
rm lib/ComicBook.combined.js
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue