diff options
author | 2009-07-08 17:08:08 -0400 | |
---|---|---|
committer | 2009-07-08 17:08:08 -0400 | |
commit | 3c3401d47c364140d8e1ebe95f6cb2b9e188f698 (patch) | |
tree | c8ab81955bd2538e119827b7349f65d756e4f612 /src/Makefile | |
parent | 81a4056255a288dcd05189b9ce8a5bec3a43679d (diff) | |
download | textadept-3c3401d47c364140d8e1ebe95f6cb2b9e188f698.tar.gz textadept-3c3401d47c364140d8e1ebe95f6cb2b9e188f698.zip |
Linux version can be installed and run from anywhere.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
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 |