From: kosmirror <kos...@us...> - 2025-05-16 20:20:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via b780eaad51146fb0c56f66c6f5ddca2f2eb19a88 (commit) from d531a815865eae2c1d7794a0d2d09be10836d80d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b780eaad51146fb0c56f66c6f5ddca2f2eb19a88 Author: darc <da...@pr...> Date: Fri May 16 15:14:11 2025 -0500 Remove erroneous Makefile from examples/dreamcast/libpthread ----------------------------------------------------------------------- Summary of changes: examples/dreamcast/pthread/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/dreamcast/pthread/Makefile diff --git a/examples/dreamcast/pthread/Makefile b/examples/dreamcast/pthread/Makefile deleted file mode 100644 index 0831b355..00000000 --- a/examples/dreamcast/pthread/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# KallistiOS ##version## -# -# examples/dreamcast/pthread/Makefile -# Copyright (C) 2023 Lawrence Sebald -# - -all: - $(KOS_MAKE) -C general - -clean: - $(KOS_MAKE) -C general clean - -dist: - $(KOS_MAKE) -C general dist hooks/post-receive -- A pseudo Operating System for the Dreamcast. |