small fixes

This commit is contained in:
Jonas Urban 2025-11-21 12:37:24 +01:00
parent 5857955dc0
commit 42243120eb
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
!**/*.h !**/*.h
!**/*Makefile !**/*Makefile
!**/*.md !**/*.md
I2_Dobble/highscores.txt

View File

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