made a mess

This commit is contained in:
sam 2024-04-30 23:02:19 +12:00
parent 385896da0f
commit cb3132e6eb
16 changed files with 8410 additions and 52 deletions

View file

@ -1,8 +1,8 @@
BINARY=gearlib
CC=gcc
CFLAGS=-O3 -Iinclude
LDFLAGS=-lglfw
CFLAGS=-O3 -Iinclude -g
LDFLAGS=-lglfw -lm
CFILES=$(shell find -L src -type f -name '*.c')
OBJ=$(CFILES:.c=.o)