Compile require.coffee during install target

This commit is contained in:
Kevin Sawicki
2012-08-21 17:53:59 -07:00
parent a9e130c867
commit fcd8e6396a

View File

@@ -83,6 +83,7 @@ install:
cp -R ../vendor $(INSTALLDIR)
cp -R ../bundles $(INSTALLDIR)
cp ../index.html $(INSTALLDIR)
coffee -c -o $(INSTALLDIR)/src/stdlib ../src/stdlib/require.coffee
ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom
spec-install: install