elemental-on-terminal/Makefile
2025-03-24 14:01:41 -04:00

4 lines
No EOL
60 B
Makefile

CC=gcc
make: src/main.c
$(CC) -o elem src/map.c src/main.c