generated from freudenreichan/info2Praktikum-Wortsalat
Add wordsalad_myversion target and minor changes
This commit is contained in:
parent
80fd4e832a
commit
1ed6c27d72
@ -39,8 +39,18 @@ TEST_BIN = runTests
|
|||||||
test: input.o game.o unit_tests.c
|
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
|
$(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
|
||||||
# --------------------------
|
# --------------------------
|
||||||
clean:
|
clean:
|
||||||
del /f *.o *.exe
|
del /f *.o *.exe
|
||||||
Loading…
x
Reference in New Issue
Block a user