Skip to content

Commit

Permalink
cancel last two commits (xD) and add -lallegro_main to linking options
Browse files Browse the repository at this point in the history
  • Loading branch information
dos1 committed May 1, 2012
1 parent ae836b2 commit e7bec75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
IDIR =.
CC=gcc
CFLAGS=-I$(IDIR) -Wall -g -fnested-functions
CFLAGS=-I$(IDIR) -Wall -ansi -g

SRCDIR=src
ODIR=obj
LIBS=-lallegro -lallegro_audio -lallegro_acodec -lallegro_image -lallegro_font -lallegro_ttf -lm
LIBS=-lallegro -lallegro_audio -lallegro_acodec -lallegro_image -lallegro_font -lallegro_main -lallegro_ttf -lm

_OBJ = config.o main.o about.o intro.o loading.o map.o menu.o level.o moonwalk.o pause.o timeline.o
OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
Expand Down

0 comments on commit e7bec75

Please sign in to comment.