aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-08 17:08:08 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-08 17:08:08 -0400
commit3c3401d47c364140d8e1ebe95f6cb2b9e188f698 (patch)
treec8ab81955bd2538e119827b7349f65d756e4f612 /src/Makefile
parent81a4056255a288dcd05189b9ce8a5bec3a43679d (diff)
downloadtextadept-3c3401d47c364140d8e1ebe95f6cb2b9e188f698.tar.gz
textadept-3c3401d47c364140d8e1ebe95f6cb2b9e188f698.zip
Linux version can be installed and run from anywhere.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 22f299ad..06857307 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,6 +36,7 @@ textadept:\
textadept.o lua_interface.o $(LUA_OBJS) \
scintilla-st/gtk/LexLPeg.o scintilla-st/bin/scintilla.a
g++ $(GTKLIBS) $(EXPORTLUASYMS) -DGTK $^ -o $@
+ mv textadept ../
cp $(GTKSO) ../core/
clean:
- rm textadept *.o
+ rm ../textadept *.o