main window + Makefile
This commit is contained in:
8
Makefile
Normal file
8
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user