Skip to content

Commit

Permalink
Bump Netzhaut version.
Browse files Browse the repository at this point in the history
Increments-patch-version-of: misc
  • Loading branch information
dajofrey committed Sep 8, 2024
1 parent 26db9bd commit 4f98d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/automation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ BIN_TTYR = bin/ttyr

build_netzhaut:
ifeq ($(NETZHAUT_PATH),$(CURDIR)/external/Netzhaut)
(cd external/Netzhaut && git submodule update --init --recursive && make -f build/automation/Makefile nhapi.so nhcore.so nhencoding.so nhwsi.so nhgfx.so)
(cd external/Netzhaut && git submodule update --init --recursive && make -f build/automation/lib.mk nhapi.so nhcore.so nhencoding.so nhwsi.so nhgfx.so)
endif

create_lib_dir:
Expand Down Expand Up @@ -149,6 +149,6 @@ clean:
rm -f $(OBJ_FILES_ST) $(LIB_ST)
rm -f $(OBJ_FILES_TTYR) $(BIN_TTYR)
rm -rf bin lib
(cd external/Netzhaut && make -f build/automation/Makefile clean)
(cd external/Netzhaut && make -f build/automation/lib.mk clean)

.PHONY: all lib bin clean

0 comments on commit 4f98d99

Please sign in to comment.