Makefile
changeset 2 69f8c0acaac7
parent 1 6aa1a0d1f88d
child 3 675be0a45157
--- a/Makefile	Sat May 31 02:22:27 2008 +0300
+++ b/Makefile	Sat May 31 19:35:21 2008 +0300
@@ -1,7 +1,7 @@
 LDFLAGS = -L/usr/local/lib -levent -lpng
 CFLAGS = -Wall -g
 
-OBJS = common.o mandelbrot.o render.o
+OBJS = common.o mandelbrot.o render.o render_remote.o
 HEADERS = common.h mandelbrot.h render.h
 
 render_file: ${OBJS}