diff options
Diffstat (limited to 'tools/knarc/Makefile')
-rw-r--r-- | tools/knarc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 62af834f..ef75789b 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,7 +1,7 @@ CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs -SRCS := Source.cpp Narc.cpp -HEADERS := Narc.h +SRCS := Source.cpp Narc.cpp fnmatch.c +HEADERS := Narc.h fnmatch.h .PHONY: all clean |