CFLAGS=-g -Wall -Werror LDFLAGS=-lev -ludns test: test.o uthd.o uthd_udns.o verbose.o uthd_sleep.o uthd_socket.o test2: test2.o uthd.o uthd_udns.o verbose.o uthd_sleep.o uthd_socket.o test.o: test.c uthd.h uthd_sleep.h uthd_udns.h uthd_socket.h test2.o: test2.c uthd.h uthd_sleep.h uthd_udns.h uthd_socket.h uthd.o: uthd.c uthd.h uthd_udns.h uthd_udns.o: uthd_udns.c uthd_udns.h uthd.h uthd_sleep.o: uthd_sleep.c uthd_sleep.h uthd.h uthd_socket.o: uthd_socket.c uthd_socket.h uthd.h verbose.o: verbose.h clean: rm -f test *.o