diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 17:47:44 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 17:47:44 -0500 |
commit | eafdec383cf6a99dc7a4c1a26107db306a133f08 (patch) | |
tree | e9ceb56122b9114f0ccf92f3fe19bfca3372fe7a /Makefile | |
parent | 91922ff576405c2890c41dcd76c3c165e7a8151d (diff) | |
download | html5ks-eafdec383cf6a99dc7a4c1a26107db306a133f08.tar.xz html5ks-eafdec383cf6a99dc7a4c1a26107db306a133f08.zip |
clarify LICENSE, delete some unused files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -26,11 +26,10 @@ DUMP ?= www/dump all: .modules video audio images js # === GIT SUBMODULES === -.modules: .gitmodules +modules: git submodule update --init ln -fs ../../config-all.json Modernizr/lib/config-all.json cd Modernizr && npm update && $(GRUNT) build - touch .modules # === VIDEO === @@ -166,4 +165,4 @@ watch: .SUFFIXES: .INTERMEDIATE: $(CTC_ANIM_TMP) $(CTC_ANIM_TMP_WEBP) -.PHONY: video audio images js jshint clean space watch +.PHONY: modules video audio images js jshint clean space watch |