From eafdec383cf6a99dc7a4c1a26107db306a133f08 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 17:47:44 -0500 Subject: clarify LICENSE, delete some unused files --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5692b88..df09c28 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf