Minor changes (found out what overlay() means ...)
[dungeon1] / Makefile
index a4bb22a..d90816b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-Wall -Wextra -pedantic -g
 LDFLAGS=-lncurses
 
 PROG=dungeon1
-OBJS=main.o
+OBJS=main.o map.o
 HDRS=main.h
 
 all: dungeon1