This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elemental-on-terminal/Makefile
2025-03-24 22:27:02 -04:00

5 lines
No EOL
104 B
Makefile

CC?=gcc
BIN?=bin/elem
make: src/main.c
$(CC) -o $(BIN) src/map.c src/loader.c src/command.c src/main.c