diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-24 09:38:34 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-24 09:38:34 -0500 |
| commit | c619240caca34b085918f948da2aac55d1e76691 (patch) | |
| tree | 2de219f1e01d4d2484d17c77442a3c9da3c2aa69 /tools/msgenc/Makefile | |
| parent | 94e97e9e77ed2e54faf76716d76406b81d24c14e (diff) | |
Fix build system for macOS
Diffstat (limited to 'tools/msgenc/Makefile')
| -rw-r--r-- | tools/msgenc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/msgenc/Makefile b/tools/msgenc/Makefile index b39d97cb..ee86181b 100644 --- a/tools/msgenc/Makefile +++ b/tools/msgenc/Makefile @@ -8,12 +8,11 @@ endif DEPDIR := .deps DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$*.d -define SRCS := - msgenc.cpp - MessagesConverter.cpp - MessagesDecoder.cpp +SRCS := \ + msgenc.cpp \ + MessagesConverter.cpp \ + MessagesDecoder.cpp \ MessagesEncoder.cpp -endef OBJS := $(SRCS:%.cpp=%.o) |
