all: mipc_wan_cli

mipc_wan_cli:
	$(CC) $(CFLAGS) -o $@ *.c $(LDFLAGS) $(LIBS)

clean:
	rm -f mipc_wan_cli