2222ls
This commit is contained in:
parent
e89f476905
commit
36f21816e3
@ -1,5 +1,6 @@
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -std=c99 -g -I/usr/include/ncursesw
|
||||
CFLAGS=-Wall -std=c99 -g
|
||||
LDFLAGS=-lncurses
|
||||
|
||||
|
||||
OBJS = main.o game.o world.o
|
||||
@ -20,3 +21,4 @@ world.o: world.c world.h
|
||||
|
||||
clean:
|
||||
rm -f *.o game
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user