mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Compile require.coffee during install target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user