diff options
author | 2017-02-22 11:23:50 -0500 | |
---|---|---|
committer | 2017-02-22 11:23:50 -0500 | |
commit | 4713b223f5fd503bfa5138ed96228fbafddae32f (patch) | |
tree | 86d698059ef09b0b71f235001b5dcd9ea726e851 | |
parent | 126bc85d174c7f5ac2bc48674adb6a53327d8e96 (diff) | |
download | textadept-4713b223f5fd503bfa5138ed96228fbafddae32f.tar.gz textadept-4713b223f5fd503bfa5138ed96228fbafddae32f.zip |
Tweaked `make clean-deps` rule; src/Makefile
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index dacd7ff8..94e95498 100644 --- a/src/Makefile +++ b/src/Makefile @@ -519,7 +519,7 @@ verify-deps: | $(wildcard $(basename $(wildcard *.asc))) clean-deps: rm -rf scintilla tre ../lexers LexLPeg.cxx lua luajit gtdialog cdk termkey \ - win32gtk win32curses gtkosx ../doc/bombay + win32gtk win32curses gtkosx $(notdir ../doc/bombay) # Count lines of code and generate ctags. |