Skip to content

Commit

Permalink
Makefile: Calendar -> calendar, Days -> days
Browse files Browse the repository at this point in the history
calendar.js and days.js needs to be lowercase for `make` to work on case
sensistive file systems
  • Loading branch information
pirxpilot committed Feb 17, 2013
1 parent 271755b commit 5f04a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,8 +1,8 @@

SRC = index.js \
lib/template.js \
lib/Calendar.js \
lib/Days.js \
lib/calendar.js \
lib/days.js \
lib/calendar.css

build: components $(SRC)
Expand Down

0 comments on commit 5f04a9c

Please sign in to comment.