summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-04-04 23:42:01 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-04-04 23:42:01 -0700
commit99b13923e34ed2e957a75d8fd237dc413ed6ab30 (patch)
treed83b4aa98ca2d593f001f1bfd9569c98f387f85c /Makefile
parent6208cefe20f46c5de1e9f337079919115acf3523 (diff)
Clean .o from deps in make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3afc81..9f9765d 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ fmt:
clang-format -i src/*.c src/*.h
clean:
- rm -f fzy test/fzytest src/*.o
+ rm -f fzy test/fzytest src/*.o deps/*/*.o
veryclean: clean
rm -f config.h