CC?=gcc
BIN?=bin/elem

make: src/main.c
	$(CC) -o $(BIN) src/map.c src/loader.c src/command.c src/main.c