X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile;h=d90816b66270211ab52ea1bff3e620647e07490c;hb=refs%2Fheads%2Fmaster;hp=a4bb22a4f2e3c22919d6aa9835ef194557cf2148;hpb=90f60101878cc8418bbe90b323c046660d25029b;p=dungeon1 diff --git a/Makefile b/Makefile index a4bb22a..d90816b 100644 --- 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