From bda856b9dbf9ac46ce6b530b8b07c22023de09e8 Mon Sep 17 00:00:00 2001 From: niklaskegelmann Date: Wed, 22 Oct 2025 20:58:20 +0200 Subject: [PATCH] makefile neu z16 selber geschrieben --- Start_Mac/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Start_Mac/makefile b/Start_Mac/makefile index 2b0e032..90f171f 100644 --- a/Start_Mac/makefile +++ b/Start_Mac/makefile @@ -4,7 +4,7 @@ LDFLAGS = -framework OpenGL -framework CoreFoundation -framework CoreGraphics -f ARCH := $(shell uname -m) BINARIES = ./macos-$(ARCH) -raylib_folder = ./raylib +raylibfolder = ./raylib unityfolder = ./unity # -------------------------- @@ -46,4 +46,4 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a # Clean # -------------------------- clean: - rm -f *.o wordsalad + rm -f *.o wordsalad $(TEST_BIN) \ No newline at end of file