diff options
| author | kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> | 2020-07-04 13:36:48 +1000 |
|---|---|---|
| committer | kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> | 2020-07-04 13:36:48 +1000 |
| commit | de0dc52609cbac5810b682d1c95b5900483ab67b (patch) | |
| tree | 79c9cc72df16e7f9d18a3690395ce310af814dfd /tools/knarc/Makefile | |
| parent | 6354fb0aa4f80e84b0c6c05e91c2a85b85911f69 (diff) | |
Added fnmatch for Windows
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 |
