Skip to content

Commit

Permalink
using a makefile instead of a ruby script to build a version of slick
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomcosta committed Feb 5, 2011
1 parent c78d2b6 commit 28ad16f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
MODULES = 'Source/Slick.Parser.js' \
'Source/Slick.Finder.js'

FILE = 'slick.js'

build:
@cat ${MODULES} > ${FILE}

10 changes: 0 additions & 10 deletions build

This file was deleted.

0 comments on commit 28ad16f

Please sign in to comment.