Improved makefile

This commit is contained in:
2022-07-23 12:48:35 -07:00
parent 720c12ae87
commit dcfe86f661
2 changed files with 14 additions and 8 deletions

View File

@ -11,10 +11,8 @@
#include <thread>
// MPD client
#include "mpd/client.h"
// TODO: Include this properly
#include "/usr/include/hunspell/hunspell.hxx"
// Spell checking
#include "hunspell.hxx"
// Local files
#include "utility/bitmap.hpp"
#include "utility/buffer.hpp"