From 7dc9180af58e38f7ff7478dc4f82667b985d5ff2 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:43:59 -0500 Subject: [PATCH] Update workflow --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 99aa308..f7e1c67 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -9,7 +9,7 @@ json.o: ../3rdparty/jsoncpp/dist/jsoncpp.cpp ../3rdparty/jsoncpp/dist/jsoncpp.cpp: git submodule update --init - cd 3rdparty/jsoncpp; ./amalgamate.py + cd ../3rdparty/jsoncpp; ./amalgamate.py %.o: %.cpp %.hpp $(CXX) $(CXXFLAGS) $? -o $@