michelson: main.c
	gcc main.c -o michelson -lraylib -lGL -lm -lpthread -ldl -lrt -lX11

clean:
	rm -f michelson

run:
	./michelson
