main window + Makefile

This commit is contained in:
2025-12-25 11:08:24 +01:00
parent 16cd937b5f
commit 9692b50183
2 changed files with 16 additions and 1 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
michelson: main.c
gcc main.c -o michelson -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
clean:
rm -f michelson
run:
./michelson