musiaa
This commit is contained in:
parent
f09888162e
commit
5377891783
@ -2,6 +2,8 @@ CC=gcc
|
|||||||
CFLAGS=-Wall -std=c99 -g
|
CFLAGS=-Wall -std=c99 -g
|
||||||
LDFLAGS=-lncurses
|
LDFLAGS=-lncurses
|
||||||
|
|
||||||
|
CFLAGS += -I/usr/include -I/usr/include/ncurses -I/usr/local/include
|
||||||
|
|
||||||
OBJS = main.o game.o world.o
|
OBJS = main.o game.o world.o
|
||||||
|
|
||||||
all: game
|
all: game
|
||||||
|
Loading…
Reference in New Issue
Block a user