diff --git a/I2_Wortsalat/Start_Mac/makefile b/I2_Wortsalat/Start_Mac/makefile index 56ed9cc..668c35e 100644 --- a/I2_Wortsalat/Start_Mac/makefile +++ b/I2_Wortsalat/Start_Mac/makefile @@ -44,3 +44,7 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a # -------------------------- clean: rm -f *.o wordsalad + + +wordsalad_myversion: main.o input.o game.o graphicalGame.o + $(CC) $(CFLAGS) -o wordsalad main.o input.o game.o graphicalGame.o $(BINARIES)/libraylib.a $(LDFLAGS) \ No newline at end of file diff --git a/I2_Wortsalat/Start_Mac/wordsaladmyversion b/I2_Wortsalat/Start_Mac/wordsaladmyversion new file mode 100755 index 0000000..66aed0d Binary files /dev/null and b/I2_Wortsalat/Start_Mac/wordsaladmyversion differ