IGMPPROG=igmpgen CFLAGS=-Wall all: gcc $(CFLAGS) $(IGMPPROG).c -o $(IGMPPROG) clean: rm -f $(IGMPPROG)