voxel-test/Makefile
2024-07-13 01:58:25 -04:00

3 lines
No EOL
45 B
Makefile

CC=gcc
make:
$(CC) -lm -lglfw -o ./monke *.c