Compare commits

...

3 Commits

Author SHA1 Message Date
df97bac568 hello_merge gelöscht. Test mit stage commmit push hat funktioniert. 2025-10-25 13:44:52 +00:00
LukVal54
850a287b0c Erstelle neue Test Datei 2025-10-25 15:40:19 +02:00
LukVal54
2b95854d23 verbessern_vom_makefile_wordsalad_initial 2025-10-25 15:27:10 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
CC = gcc
CFLAGS = -g -Wall -I$(raylibfolder)
CFLAGS = -g -Wall
LDFLAGS = -lGL -lX11 -lm
BINARIES = ./linux
raylib_folder = ./raylib
raylibfolder = ./raylib
unityfolder = ./unity
# --------------------------
@ -28,7 +28,7 @@ game.o: game.c
$(CC) $(CFLAGS) -c game.c
graphicalGame.o: graphicalGame.c
$(CC) $(CFLAGS) -c graphicalGame.c
$(CC) $(CFLAGS) -I$(raylibfolder) -c graphicalGame.c
# --------------------------
# Unit Tests

BIN
Start_Linux/wordsalad_initial Executable file

Binary file not shown.