TARGET = 01_texts_and_boxes 02_font 03_music 04_sound 05_playlist 06_image 07_transparency 08_zone_click 09_animation 10_read_xml_file 11_animation_book 12_paths

##########################################################"

CFLAGS = -g -O2 -Wall -Werror `pkg-config --cflags MLV`
LDLIBS = `pkg-config --libs MLV`

all: $(TARGET)

clean:
	-rm -rf $(TARGET)


