small fixes
This commit is contained in:
parent
0d561c0175
commit
7780bddc53
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,4 +5,5 @@
|
||||
!**/*.c
|
||||
!**/*.h
|
||||
!**/*Makefile
|
||||
!**/*.md
|
||||
!**/*.md
|
||||
I2_Dobble/highscores.txt
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall
|
||||
LDFLAGS = -lm
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
include makefile_windows.variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user