aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
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