generated from freudenreichan/info2Praktikum-Wortsalat
Compare commits
No commits in common. "27dc4dd02b734b1d0bdb5f9519fe726576fb95e5" and "80fd4e832aecdd8ebab9a34fb569acd41ed9d09b" have entirely different histories.
27dc4dd02b
...
80fd4e832a
@ -1,5 +1,5 @@
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall -I$(raylibfolder)
|
||||
CFLAGS = -g -Wall $(raylibfolder)
|
||||
LDFLAGS = -lopengl32 -lgdi32 -lwinmm
|
||||
BINARIES = ./windows
|
||||
|
||||
@ -39,18 +39,8 @@ 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