Add wordsalad_myversion target and minor changes

This commit is contained in:
Pia Keil 2025-11-06 08:08:08 +01:00
parent eb4876909f
commit a48d201b0c

View File

@ -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