Removed libisland files.

This commit is contained in:
2014-03-06 03:23:40 -04:30
parent db89aa2843
commit 0a703b5f8b
3 changed files with 1 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ OBJECTS = obj/main.o obj/game_state.o obj/in_game.o obj/map.o
TARGET = bin/cyjam
CFLAGS = -Wall -I./include -std=c99
LDFLAGS = -L./lib
LDLIBS = -lm -lisland -lfov -lncursesw
LDLIBS = -lm -lfov -lncursesw
all: CFLAGS += -O3
all: $(TARGET)