aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 4525ae03e3d358389a54f90b979bdbd0ebc367d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LDFLAGS += -lglfw

.PHONY: FORCE

all: main FORCE

main: main.o


clean: FORCE
	git clean -fxdi