diff --git a/.gitignore b/.gitignore index 4eb9950..1cec025 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ !**/*.c !**/*.h !**/*Makefile -!**/*.md \ No newline at end of file +!**/*.md +I2_Dobble/highscores.txt diff --git a/I2_Dobble/makefile b/I2_Dobble/makefile index 24a5008..6fd6185 100644 --- a/I2_Dobble/makefile +++ b/I2_Dobble/makefile @@ -1,6 +1,5 @@ CC = gcc CFLAGS = -g -Wall -LDFLAGS = -lm ifeq ($(OS),Windows_NT) include makefile_windows.variables