makefile updated
This commit is contained in:
parent
351763da2b
commit
0b93b19403
@ -44,3 +44,7 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o wordsalad
|
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)
|
||||||
BIN
I2_Wortsalat/Start_Mac/wordsaladmyversion
Executable file
BIN
I2_Wortsalat/Start_Mac/wordsaladmyversion
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user