Commit f53cb0f93e763ec4ce053e41de7a30015f9d6dee
Commits[COMMIT BEGIN]commit f53cb0f93e763ec4ce053e41de7a30015f9d6dee Author: 0x4248 <[email protected]> Date: Tue Dec 9 23:31:41 2025 +0000 usr/vishash: Makefile, move build file to build/ Prevents commit 2328f20dbc2ac36ccca8846ad3aad928cca1d09b from happening Signed-off-by: 0x4248 <[email protected]> diff --git a/usr/vishash/Makefile b/usr/vishash/Makefile index ab077b9..02234f1 100644 --- a/usr/vishash/Makefile +++ b/usr/vishash/Makefile @@ -10,7 +10,7 @@ TARGET = randomart all: $(TARGET) $(TARGET): $(OBJS) - $(CXX) $(OBJS) -o $(TARGET) $(LDFLAGS) + $(CXX) $(OBJS) -o build/$(TARGET) $(LDFLAGS) build/%.o: src/%.cpp @mkdir -p build[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.