summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-11-24 13:35:10 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2021-11-24 13:35:10 -0500
commit55e46e35ddfe9cf75f25d0a65627b4e24fa4dc11 (patch)
treea4e7408c9684fdcc0290dca1124ad249b21d8dd6 /tools
parent12511797aa829ce4d79e86d82e1277d1d2ce6f1a (diff)
parent7febf4e555bb26843df42692449a88e872385c48 (diff)
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'tools')
-rw-r--r--tools/msgenc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/msgenc/Makefile b/tools/msgenc/Makefile
index ee86181b..acfabfd2 100644
--- a/tools/msgenc/Makefile
+++ b/tools/msgenc/Makefile
@@ -8,10 +8,10 @@ endif
DEPDIR := .deps
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$*.d
-SRCS := \
- msgenc.cpp \
+SRCS := \
+ msgenc.cpp \
MessagesConverter.cpp \
- MessagesDecoder.cpp \
+ MessagesDecoder.cpp \
MessagesEncoder.cpp
OBJS := $(SRCS:%.cpp=%.o)