generated from freudenreichan/info2Praktikum-Wortsalat
Add wordsalad_myversion target and minor changes
This commit is contained in:
parent
eb4876909f
commit
a48d201b0c
@ -39,8 +39,18 @@ TEST_BIN = runTests
|
||||
test: input.o game.o unit_tests.c
|
||||
$(CC) $(CFLAGS) -I$(unityfolder) -o $(TEST_BIN) input.o game.o unit_tests.c $(BINARIES)/libunity.a
|
||||
|
||||
|
||||
|
||||
# --------------------------
|
||||
# Meine eigene Version
|
||||
# --------------------------
|
||||
wordsalad_myversion: main.c
|
||||
$(CC) $(CFLAGS) -o wordsalad_myversion main.c $(BINARIES)/libwordsalad.a $(LDFLAGS)
|
||||
|
||||
|
||||
|
||||
# --------------------------
|
||||
# Clean
|
||||
# --------------------------
|
||||
clean:
|
||||
del /f *.o *.exe
|
||||
del /f *.o *.exe
|
||||
Loading…
x
Reference in New Issue
Block a user