all: compile run

compile:
	g++ ./source/* -o build/main-dev `sdl2-config --cflags --libs` -lSDL2_image -lSDL2_ttf -std=c++20 -lcrypto

run:
	./build/main-dev