add inventory

This commit is contained in:
biglyderv 2025-03-24 22:27:02 -04:00
parent 7279afeb4c
commit 88e49d7ec8
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
9 changed files with 79 additions and 17 deletions

View file

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