makefile
This commit is contained in:
parent
37a147e5c9
commit
d2d1644972
8
Start_Mac/Projekt_Wortsalat.code-workspace
Normal file
8
Start_Mac/Projekt_Wortsalat.code-workspace
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
@ -13,6 +13,12 @@ unityfolder = ./unity
|
||||
wordsalad_initial:
|
||||
$(CC) -o wordsalad_initial $(BINARIES)/libwordsalad_complete.a $(BINARIES)/libraylib.a $(LDFLAGS)
|
||||
|
||||
# --------------------------
|
||||
# mein Makefiletarget
|
||||
# --------------------------
|
||||
wordsalad_myversion: main.o $(BINARIES)/libwordsalad.a
|
||||
$(CC) $(CFLAGS) -o wordsalad_myversion main.o $(BINARIES)/libwordsalad.a $(BINARIES)/libraylib.a $(LDFLAGS)
|
||||
|
||||
# --------------------------
|
||||
# Normales Spiel bauen
|
||||
# --------------------------
|
||||
|
BIN
Start_Mac/wordsalad_initial
Executable file
BIN
Start_Mac/wordsalad_initial
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user