mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add spec-install target
This runs the traditional install but also copies the spec folder to the install directory.
This commit is contained in:
@@ -81,3 +81,5 @@ install:
|
||||
cp ../index.html $(INSTALLDIR)
|
||||
ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom
|
||||
|
||||
spec-install: install
|
||||
cp -R ../spec $(INSTALLDIR)
|
||||
|
||||
Reference in New Issue
Block a user