diff --git a/Makefile b/Makefile index 490a320..c479e1f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ TARGETS := springer +CC := gcc -Wall all: $(TARGETS) diff --git a/springer.c b/springer.c index 275b078..43b613b 100644 --- a/springer.c +++ b/springer.c @@ -8,7 +8,7 @@ int schachbrett[GROESSE][GROESSE]; long int zurueck; -int zeigebrett() { +void zeigebrett() { int y,x; for (y=0;y