From 5d8f68558e1852f2ca5d0eae24e73547d35ade90 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 27 Oct 2025 14:16:56 +0100 Subject: [PATCH] Target makefile --- Start_Windows/makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Start_Windows/makefile b/Start_Windows/makefile index 72cccb7..7b2768a 100644 --- a/Start_Windows/makefile +++ b/Start_Windows/makefile @@ -43,3 +43,6 @@ test: input.o game.o unit_tests.c # -------------------------- clean: del /f *.o *.exe + +//wordsalad_myversion: main.o input.o game.o graphicalGame.o $(BINARIES)/libraylib.a + $(CC) $(CFLAGS)b-o wordsalad_myversion main.o input.o game.o graphicalGame.o $(BINARIES)/libraylib.a $(LDFLAGS) \ No newline at end of file