aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-28 13:13:51 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-28 13:13:51 -0400
commit20543b0d61f4eac47bf0670551e403728b0fc123 (patch)
tree37a35eb2533aa9c40168a8adeb4e88569566cfb3 /src/Makefile
parent3efd540ce95f5557b4fda29a9aa0cf5007ceaf13 (diff)
Added lexilla to clean-deps Makefile rule.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index f8ccb60f..50c5ebbe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -465,8 +465,9 @@ gtkosx: | $(gtkosx_tgz) ; mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@
$(cloc): ; $(WGET) http://prdownloads.sourceforge.net/cloc/$@
clean-deps:
- rm -rf scintilla ../lexers $(LexLPeg) lua gtdialog cdk termkey win32gtk \
- win32curses gtkosx $(scinterm_zip) $(scintillua_zip) $(gtdialog_zip)
+ rm -rf scintilla ../lexers lexilla $(LexLPeg) lua gtdialog cdk termkey \
+ win32gtk win32curses gtkosx $(scinterm_zip) $(scintillua_zip) \
+ $(gtdialog_zip)
# Count lines of code.