small fixes
This commit is contained in:
parent
5857955dc0
commit
42243120eb
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,4 +5,5 @@
|
|||||||
!**/*.c
|
!**/*.c
|
||||||
!**/*.h
|
!**/*.h
|
||||||
!**/*Makefile
|
!**/*Makefile
|
||||||
!**/*.md
|
!**/*.md
|
||||||
|
I2_Dobble/highscores.txt
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user