This commit is contained in:
biglyderv 2025-03-24 20:12:37 -04:00
parent af961dd144
commit 8740f23c0a
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 104 additions and 80 deletions

View file

@ -2,4 +2,4 @@ CC?=gcc
BIN?=elem
make: src/main.c
$(CC) -o $(BIN) src/map.c src/main.c
$(CC) -o $(BIN) src/map.c src/loader.c src/command.c src/main.c