diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-06-18 17:37:47 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-06-18 17:37:47 -0400 |
commit | 964d541dac77dd33f0ac516793a3ac3297599749 (patch) | |
tree | 454d903047a64de36dbf85849e9b204ec45e5da3 /Makefile | |
parent | ce243577c87a8937f8d77f67142dd0fd2fbd9731 (diff) |
Fix documentation; fix bug when docsets don't have an icon; add flex
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ clean: # All supported docsets should be listed here SUPPORTED_TARGETS = \ debmake \ +flex \ GNU_Make .phony: $(SUPPORTED_TARGETS) |