mirror of
https://github.com/Ladebeze66/cub3D.git
synced 2025-12-15 21:56:57 +01:00
1 line
77 B
Bash
1 line
77 B
Bash
cc -Iinclude test.c -Llib -lmlx -lXext -lX11 -lm -o test && ./test && rm test |