From 6c8f6ee72b35c351a3348f116cc11844d9f09843 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:33:55 -0500 Subject: [PATCH] Debug --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91fe34f..e44f648 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,7 @@ json.o: 3rdparty/jsoncpp/dist/jsoncpp.cpp 3rdparty/jsoncpp/dist/jsoncpp.cpp: git submodule update --init find . - cd 3rdparty/jsoncpp - ./amalgamate.py + cd 3rdparty/jsoncpp; ./amalgamate.py %.o: %.cpp %.hpp $(CXX) $(CXXFLAGS) $? -o $@