From 20543b0d61f4eac47bf0670551e403728b0fc123 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:13:51 -0400 Subject: Added lexilla to clean-deps Makefile rule. --- src/Makefile | 5 +++-- 1 file 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. -- cgit v1.2.3