small fixes

This commit is contained in:
Jonas Urban 2025-11-21 12:37:24 +01:00
parent 0d561c0175
commit 7780bddc53
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@
!**/*.c
!**/*.h
!**/*Makefile
!**/*.md
!**/*.md
I2_Dobble/highscores.txt

View File

@ -1,6 +1,5 @@
CC = gcc
CFLAGS = -g -Wall
LDFLAGS = -lm
ifeq ($(OS),Windows_NT)
include makefile_windows.variables